Skip to content
Snippets Groups Projects
Verified Commit c6d977a9 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Clarify configure --help

parent f689e052
No related branches found
No related tags found
No related merge requests found
......@@ -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"], [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment