build: Set the default value of ENABLE_JEMALLOC to ON

Restoring the default which was changed by #3515.
This commit is contained in:
Thiago de Arruda
2015-10-29 14:51:56 -03:00
parent 58962d89c8
commit 6cd20177df

View File

@ -260,7 +260,7 @@ if((CLANG_ASAN_UBSAN OR CLANG_MSAN OR CLANG_TSAN) AND NOT CMAKE_C_COMPILER_ID MA
message(FATAL_ERROR "Sanitizers are only supported for Clang.")
endif()
option(ENABLE_JEMALLOC "enable jemalloc" OFF)
option(ENABLE_JEMALLOC "enable jemalloc" ON)
if (ENABLE_JEMALLOC)
if(CLANG_ASAN_UBSAN OR CLANG_MSAN OR CLANG_TSAN)