From 15533eeb2fe0073736b30fe4ab6137ef4934dd9a Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 10 Sep 2018 13:21:09 +0200 Subject: CMake/MSYS2: Properly disable jemalloc for all builds --- CMakeScripts/ConfigEnv.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeScripts') diff --git a/CMakeScripts/ConfigEnv.cmake b/CMakeScripts/ConfigEnv.cmake index 8ae55e89a..4c537d4a3 100644 --- a/CMakeScripts/ConfigEnv.cmake +++ b/CMakeScripts/ConfigEnv.cmake @@ -30,6 +30,7 @@ if(WIN32) # Does not compile on Windows with these options. option(BR_PTHREADS "Use binreloc thread support" OFF) option(ENABLE_BINRELOC "Use AutoPackage" OFF) + option(WITH_JEMALLOC "Compile with JEMALLOC support" OFF) endif() if(APPLE) -- cgit v1.2.3