Skip to content

Commit

Permalink
change default to no for --enable-faultharden
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Dec 23, 2024
1 parent 961453b commit ee9b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee9b885

Please sign in to comment.