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

Enable hardening by default

parent ea8b26ff
No related branches found
No related tags found
No related merge requests found
......@@ -761,7 +761,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])],,
[enable_hardening=no])
[enable_hardening=yes])
AS_IF([test "$enable_hardening" = "yes"], [
AC_DEFINE([ENABLE_HARDENING], [1], [Hardening])
......
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