We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc4b03 commit 49e2acdCopy full SHA for 49e2acd
configure.ac
@@ -342,7 +342,9 @@ if test x"$enable_valgrind" = x"yes"; then
342
SECP_INCLUDES="$SECP_INCLUDES $VALGRIND_CPPFLAGS"
343
fi
344
345
-# Add -Werror and similar flags passed from the outside (for testing, e.g., in CI)
+# Add -Werror and similar flags passed from the outside (for testing, e.g., in CI).
346
+# We don't want to set the user variable CFLAGS in CI because this would disable
347
+# autoconf's logic for setting default CFLAGS, which we would like to test in CI.
348
SECP_CFLAGS="$SECP_CFLAGS $WERROR_CFLAGS"
349
350
###
0 commit comments