Skip to content

Commit 2e035af

Browse files
Merge #1273: build: Make SECP_VALGRIND_CHECK preserve CPPFLAGS
1ecb94e build: Make `SECP_VALGRIND_CHECK` preserve `CPPFLAGS` (Hennadii Stepanov) Pull request description: It was overlooked in #862 and #1027. ACKs for top commit: real-or-random: utACK 1ecb94e Tree-SHA512: 263fc600ce9743e4aad767150f706bf7d4325dabb9c363ed57f08fe38faea94d7d1999804947cffeacbe698bb6d959ee6de3f6e50400050a390ecc0db957e426
2 parents 5be353d + 1ecb94e commit 2e035af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-aux/m4/bitcoin_secp.m4

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if test x"$has_valgrind" != x"yes"; then
2121
# error "Valgrind does not support this platform."
2222
#endif
2323
]])], [has_valgrind=yes])
24+
CPPFLAGS="$CPPFLAGS_TEMP"
2425
fi
2526
AC_MSG_RESULT($has_valgrind)
2627
])

0 commit comments

Comments
 (0)