mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
Merge branch 'dev-platform' into dev-slice-platform
This commit is contained in:
commit
92358f850d
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ if(MI_TRACK_ASAN)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MI_TRACK_ETW)
|
if(MI_TRACK_ETW)
|
||||||
if NOT WIN32
|
if(NOT WIN32)
|
||||||
set(MI_TRACK_ETW OFF)
|
set(MI_TRACK_ETW OFF)
|
||||||
message(WARNING "Can only enable ETW support on Windows (MI_TRACK_ETW=OFF)")
|
message(WARNING "Can only enable ETW support on Windows (MI_TRACK_ETW=OFF)")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue