]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[README] configure no longer supports --native
authorMika Lindqvist <postmaster@raasu.org>
Mon, 30 Oct 2023 19:49:18 +0000 (21:49 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 31 Oct 2023 11:31:10 +0000 (12:31 +0100)
README.md

index 1bae03881b246387bb02f27385c04d497add7c53..4f9fe09c69115f1dfbedcffc787bff05984eec83 100644 (file)
--- 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     |