From: Mika Lindqvist Date: Mon, 30 Oct 2023 19:49:18 +0000 (+0200) Subject: [README] configure no longer supports --native X-Git-Tag: 2.1.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4abe8881d730f072e5f1b396cbc301a6cb7ae064;p=thirdparty%2Fzlib-ng.git [README] configure no longer supports --native --- diff --git a/README.md b/README.md index 1bae0388..4f9fe09c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Build Options | WITH_GZFILEOP | --without-gzfileops | Compile with support for gzFile related functions | ON | | WITH_OPTIM | --without-optimizations | Build with optimisations | ON | | WITH_NEW_STRATEGIES | --without-new-strategies | Use new strategies | ON | -| WITH_NATIVE_INSTRUCTIONS | --native | Compiles with full instruction set supported on this host (gcc/clang -march=native) | OFF | +| WITH_NATIVE_INSTRUCTIONS | | Compiles with full instruction set supported on this host (gcc/clang -march=native) | OFF | | WITH_SANITIZER | | Build with sanitizer (memory, address, undefined) | OFF | | WITH_GTEST | | Build gtest_zlib | ON | | WITH_FUZZERS | | Build test/fuzz | OFF |