From: Nathan Moinvaziri Date: Fri, 25 Jun 2021 19:52:14 +0000 (-0700) Subject: Turn off reduced memory cmake option by default. X-Git-Tag: 2.1.0-beta1~540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e471800de82c610f97d57f92d0c23a13d889c22;p=thirdparty%2Fzlib-ng.git Turn off reduced memory cmake option by default. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 98dbec9db..a194d13b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ option(ZLIB_ENABLE_TESTS "Build test binaries" ON) option(ZLIB_DUAL_LINK "Dual link tests against system zlib" OFF) option(WITH_FUZZERS "Build test/fuzz" OFF) option(WITH_OPTIM "Build with optimisation" ON) -option(WITH_REDUCED_MEM "Reduced memory usage for special cases (reduces performance)" ON) +option(WITH_REDUCED_MEM "Reduced memory usage for special cases (reduces performance)" OFF) option(WITH_NEW_STRATEGIES "Use new strategies" ON) option(WITH_NATIVE_INSTRUCTIONS "Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native)" OFF)