Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2018-09-14 20:12:53 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2018-09-14 20:13:13 +0300
commitc6d977a966ccdb9ea684d8650cc6f8cccfedf8d7 (patch)
tree175fe4ff5c22c553be6877cc86c989eeaeeb3e34 /configure.ac
parentf689e0522713f3267f3047fe7c8e36cd15cf4d38 (diff)
Clarify configure --help
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 834132e1..02f09391 100644
--- a/configure.ac
+++ b/configure.ac
@@ -760,7 +760,7 @@ AS_IF([test "$enable_assertions" = "yes"], [
])
AC_ARG_ENABLE([hardening],
- [AS_HELP_STRING([--enable-hardening],[enable run-time checks that are cheap and safe for use in production])],,
+ [AS_HELP_STRING([--disable-hardening],[disable run-time checks that are cheap and safe for use in production])],,
[enable_hardening=yes])
AS_IF([test "$enable_hardening" = "yes"], [
@@ -768,7 +768,7 @@ AS_IF([test "$enable_hardening" = "yes"], [
])
AC_ARG_ENABLE([fuzzing],
- [AS_HELP_STRING([--enable-fuzzing],[causes the encoder to make random decisions])],,
+ [AS_HELP_STRING([--enable-fuzzing],[causes the encoder to make random decisions (do not use in production)])],,
[enable_fuzzing=no])
AS_IF([test "$enable_fuzzing" = "yes"], [