Commit 1deb060b authored by Jehan Monnier's avatar Jehan Monnier Committed by jehan
Browse files

fix configure.in

parent 4b84aa95
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -353,7 +353,7 @@ AC_ARG_ENABLE(strict,
)
if test "$GCC$strictness" = "yesyes" ; then
STRICT_OPTIONS="-Wall -Wp,-D_FORTIFY_SOURCE=2"
STRICT_OPTIONS="-Wall "
STRICT_OPTIONS="$STRICT_OPTIONS -Werror"
CFLAGS="$CFLAGS -fno-strict-aliasing"
fi
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment