We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c041a commit 8bdf6e8Copy full SHA for 8bdf6e8
CMakeLists.txt
@@ -50,12 +50,7 @@ if(NOT WIN32)
50
option(ENABLE_TSAN "enable thread sanitizer" OFF)
51
option(ENABLE_UBSAN "enable undefined behaviour sanitizer" OFF)
52
option(ENABLE_COVERAGE "enable code coverage" OFF)
53
- if(APPLE)
54
- # This doesn't work reliably on macOS at the moment
55
- set(USE_JEMALLOC OFF)
56
- else()
57
- option(USE_JEMALLOC "build with jemalloc" ON)
58
- endif()
+ option(USE_JEMALLOC "build with jemalloc if available" ON)
59
option(PREFER_SYSTEM_FAST_FLOAT "use system fast_float if available" OFF)
60
option(PREFER_SYSTEM_GTEST "use system gtest if available" OFF)
61
option(DISABLE_CCACHE "disable ccache" OFF)
0 commit comments