Skip to content

Commit

Permalink
rpcdaemon: update JSON-RPC spec to fork 0502b44 (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Jun 18, 2024
1 parent 2eb9405 commit 92b865f
Show file tree
Hide file tree
Showing 5 changed files with 46,455 additions and 59,214 deletions.
6 changes: 3 additions & 3 deletions cmake/conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ if(SILKWORM_SANITIZE_COMPILER_OPTIONS)
endif()

if(SILKWORM_USE_MIMALLOC)
# mimalloc should not be used in sanitizer builds or at least its override option must be disabled
# (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
# mimalloc override option causes a crash on macOS at startup in rpcdaemon, so we enable it just on Linux. mimalloc
# should not be used in sanitizer builds or at least its override option must be disabled
# (https://github.com/microsoft/mimalloc/issues/317#issuecomment-708506405)
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux" AND NOT SILKWORM_SANITIZE)
list(APPEND CONAN_OPTIONS "mimalloc:override=True")
endif()
Expand Down
Loading

0 comments on commit 92b865f

Please sign in to comment.