Skip to content

Commit 8bdf6e8

Browse files
committed
build: see if jemalloc works on macOS now
1 parent e1c041a commit 8bdf6e8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ if(NOT WIN32)
5050
option(ENABLE_TSAN "enable thread sanitizer" OFF)
5151
option(ENABLE_UBSAN "enable undefined behaviour sanitizer" OFF)
5252
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()
53+
option(USE_JEMALLOC "build with jemalloc if available" ON)
5954
option(PREFER_SYSTEM_FAST_FLOAT "use system fast_float if available" OFF)
6055
option(PREFER_SYSTEM_GTEST "use system gtest if available" OFF)
6156
option(DISABLE_CCACHE "disable ccache" OFF)

0 commit comments

Comments
 (0)