We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6939487 commit f29aa67Copy full SHA for f29aa67
configure.ac
@@ -351,6 +351,9 @@ if test x"$enable_valgrind" = x"yes"; then
351
SECP_INCLUDES="$SECP_INCLUDES $VALGRIND_CPPFLAGS"
352
fi
353
354
+# Add -Werror and similar flags passed from the outside (for testing, e.g., in CI)
355
+CFLAGS="$WERROR_CFLAGS $CFLAGS"
356
+
357
# Handle static precomputation (after everything which modifies CFLAGS and friends)
358
if test x"$use_ecmult_static_precomputation" != x"no"; then
359
if test x"$cross_compiling" = x"no"; then
0 commit comments