]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Turn off reduced memory cmake option by default.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 25 Jun 2021 19:52:14 +0000 (12:52 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 26 Jun 2021 06:23:26 +0000 (08:23 +0200)
CMakeLists.txt

index 98dbec9db4e95e42cd823c29e7e7bcbe146135a9..a194d13b5ab8acb3364d5da2a0f58b5a7fddd74e 100644 (file)
@@ -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)