summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-02-11 11:16:58 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-02-11 11:16:58 +0000
commitf7fc3d3a7f8f51a01cd1dfb261c3e234617e092e (patch)
tree6751a3b3b603a396d64966f1e3ea110157571ae9 /CMakeLists.txt
parentBundle python-numpy and python-scour (diff)
downloadinkscape-f7fc3d3a7f8f51a01cd1dfb261c3e234617e092e.tar.gz
inkscape-f7fc3d3a7f8f51a01cd1dfb261c3e234617e092e.zip
Fix build
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c1a555817..1d6d93b12 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,7 +114,7 @@ option(WITH_LIBVISIO "Compile with support of libvisio for Microsoft Visio Diagr
option(WITH_LIBWPG "Compile with support of libwpg for WordPerfect Graphics" ON)
option(WITH_NLS "Compile with Native Language Support (using gettext)" ON)
option(WITH_YAML "Compile with YAML support (enables xverbs)" ON)
-option(WITH_JEMALLOC "Compile with JEMALLOC support" ON)
+option(WITH_JEMALLOC "Compile with JEMALLOC support" OFF)
option(WITH_FUZZ "Compile for fuzzing purpose (use 'make fuzz' only)" OFF)
mark_as_advanced(WITH_FUZZ)