We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129161b commit aa0297cCopy full SHA for aa0297c
1 file changed
CMakeLists.txt
@@ -118,6 +118,7 @@ if (ENABLE_SNMALLOC_STATIC)
118
set(SNMALLOC_HEADER_ONLY_LIBRARY ON)
119
120
add_definitions(-DUSE_SNMALLOC)
121
+ add_definitions(-DSNMALLOC_USE_WAIT_ON_ADDRESS=1)
122
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/third_party/snmalloc EXCLUDE_FROM_ALL)
123
124
link_libraries(snmalloc)
0 commit comments