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