Skip to content

Commit 92b865f

Browse files
authored
rpcdaemon: update JSON-RPC spec to fork 0502b44 (#2113)
1 parent 2eb9405 commit 92b865f

File tree

5 files changed

+46455
-59214
lines changed

5 files changed

+46455
-59214
lines changed

cmake/conan.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ if(SILKWORM_SANITIZE_COMPILER_OPTIONS)
9595
endif()
9696

9797
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) override option causes a crash on macOS at
100-
# startup in rpcdaemon, so we enable it just on Linux
98+
# mimalloc override option causes a crash on macOS at startup in rpcdaemon, so we enable it just on Linux. mimalloc
99+
# should not be used in sanitizer builds or at least its override option must be disabled
100+
# (https://github.com/microsoft/mimalloc/issues/317#issuecomment-708506405)
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)