mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
build: Set the default value of ENABLE_JEMALLOC to ON
Restoring the default which was changed by #3515.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user