mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-23 11:18:15 +00:00
configure: Improve rationale for WERROR_CFLAGS
This commit is contained in:
parent
8dc4b03341
commit
49e2acd927
@ -342,7 +342,9 @@ if test x"$enable_valgrind" = x"yes"; then
|
|||||||
SECP_INCLUDES="$SECP_INCLUDES $VALGRIND_CPPFLAGS"
|
SECP_INCLUDES="$SECP_INCLUDES $VALGRIND_CPPFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 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).
|
||||||
|
# We don't want to set the user variable CFLAGS in CI because this would disable
|
||||||
|
# autoconf's logic for setting default CFLAGS, which we would like to test in CI.
|
||||||
SECP_CFLAGS="$SECP_CFLAGS $WERROR_CFLAGS"
|
SECP_CFLAGS="$SECP_CFLAGS $WERROR_CFLAGS"
|
||||||
|
|
||||||
###
|
###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user