Skip to content

Commit ec3c4cd

Browse files
authored
make fmt
1 parent d1c637a commit ec3c4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/conan.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ endif()
9696

9797
if(SILKWORM_USE_MIMALLOC)
9898
# 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
99+
# (https://github.com/microsoft/mimalloc/issues/317#issuecomment-708506405) override option causes a crash on macOS at
100+
# startup in rpcdaemon, so we enable it just on Linux
101101
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux" AND NOT SILKWORM_SANITIZE)
102102
list(APPEND CONAN_OPTIONS "mimalloc:override=True")
103103
endif()

0 commit comments

Comments
 (0)