File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ if(SILKWORM_SANITIZE_COMPILER_OPTIONS)
95
95
endif ()
96
96
97
97
if (SILKWORM_USE_MIMALLOC )
98
- # Do not use mimalloc override on sanitizer builds
99
- # (https://github.com/microsoft/mimalloc/issues/317#issuecomment-708506405) Moreover, mimalloc override causes a crash
100
- # on macOS at startup in rpcdaemon, so we just enable it on Linux
98
+ # mimalloc should not be used in sanitizer builds or at least its override option must be disabled
99
+ # (https://github.com/microsoft/mimalloc/issues/317#issuecomment-708506405)
100
+ # override option causes a crash on macOS at startup in rpcdaemon, so we enable it just on Linux
101
101
if (CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux" AND NOT SILKWORM_SANITIZE )
102
102
list (APPEND CONAN_OPTIONS "mimalloc:override=True" )
103
103
endif ()
You can’t perform that action at this time.
0 commit comments