mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 06:48:39 -04:00
build: see if jemalloc works on macOS now
This commit is contained in:
parent
e1c041aebc
commit
8bdf6e8a83
@ -50,12 +50,7 @@ if(NOT WIN32)
|
||||
option(ENABLE_TSAN "enable thread sanitizer" OFF)
|
||||
option(ENABLE_UBSAN "enable undefined behaviour sanitizer" OFF)
|
||||
option(ENABLE_COVERAGE "enable code coverage" OFF)
|
||||
if(APPLE)
|
||||
# This doesn't work reliably on macOS at the moment
|
||||
set(USE_JEMALLOC OFF)
|
||||
else()
|
||||
option(USE_JEMALLOC "build with jemalloc" ON)
|
||||
endif()
|
||||
option(USE_JEMALLOC "build with jemalloc if available" ON)
|
||||
option(PREFER_SYSTEM_FAST_FLOAT "use system fast_float if available" OFF)
|
||||
option(PREFER_SYSTEM_GTEST "use system gtest if available" OFF)
|
||||
option(DISABLE_CCACHE "disable ccache" OFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user