From f7fc3d3a7f8f51a01cd1dfb261c3e234617e092e Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 11 Feb 2019 12:16:58 +0100 Subject: Fix build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3