We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c637a commit ec3c4cdCopy full SHA for ec3c4cd
cmake/conan.cmake
@@ -96,8 +96,8 @@ endif()
96
97
if(SILKWORM_USE_MIMALLOC)
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
+ # (https://github.com/microsoft/mimalloc/issues/317#issuecomment-708506405) override option causes a crash on macOS at
+ # startup in rpcdaemon, so we enable it just on Linux
101
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux" AND NOT SILKWORM_SANITIZE)
102
list(APPEND CONAN_OPTIONS "mimalloc:override=True")
103
endif()
0 commit comments