diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-10 11:21:09 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-10 11:21:09 +0000 |
| commit | 15533eeb2fe0073736b30fe4ab6137ef4934dd9a (patch) | |
| tree | 92db767e616a0909639e3d0a10d027713f112d9c /CMakeScripts/ConfigEnv.cmake | |
| parent | Update extensions (diff) | |
| download | inkscape-15533eeb2fe0073736b30fe4ab6137ef4934dd9a.tar.gz inkscape-15533eeb2fe0073736b30fe4ab6137ef4934dd9a.zip | |
CMake/MSYS2: Properly disable jemalloc for all builds
Diffstat (limited to 'CMakeScripts/ConfigEnv.cmake')
| -rw-r--r-- | CMakeScripts/ConfigEnv.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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)
|
