diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-02-11 11:16:58 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-02-11 11:16:58 +0000 |
| commit | f7fc3d3a7f8f51a01cd1dfb261c3e234617e092e (patch) | |
| tree | 6751a3b3b603a396d64966f1e3ea110157571ae9 /CMakeLists.txt | |
| parent | Bundle python-numpy and python-scour (diff) | |
| download | inkscape-f7fc3d3a7f8f51a01cd1dfb261c3e234617e092e.tar.gz inkscape-f7fc3d3a7f8f51a01cd1dfb261c3e234617e092e.zip | |
Fix build
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
