change default to no for --enable-faultharden

This commit is contained in:
JacobBarthelmeh
2024-12-23 13:51:30 -07:00
parent 961453b5ee
commit ee9b88541f

View File

@ -2361,7 +2361,7 @@ fi
AC_ARG_ENABLE([faultharden],
[AS_HELP_STRING([--enable-faultharden],[Enable Fault Hardened build (default: disabled)])],
[ENABLED_FAULTHARDEN=$enableval],
[ENABLED_FAULTHARDEN=yes])
[ENABLED_FAULTHARDEN=no])
if test "$ENABLED_FAULTHARDEN" = "yes"
then