Skip to content

Commit

Permalink
Merge bitcoin-core/secp256k1#1273: build: Make SECP_VALGRIND_CHECK
Browse files Browse the repository at this point in the history
…preserve `CPPFLAGS`

1ecb94e build: Make `SECP_VALGRIND_CHECK` preserve `CPPFLAGS` (Hennadii Stepanov)

Pull request description:

  It was overlooked in bitcoin#862 and bitcoin#1027.

ACKs for top commit:
  real-or-random:
    utACK 1ecb94e

Tree-SHA512: 263fc600ce9743e4aad767150f706bf7d4325dabb9c363ed57f08fe38faea94d7d1999804947cffeacbe698bb6d959ee6de3f6e50400050a390ecc0db957e426
  • Loading branch information
real-or-random committed Apr 20, 2023
2 parents 5be353d + 1ecb94e commit 2e035af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-aux/m4/bitcoin_secp.m4
Expand Up @@ -21,6 +21,7 @@ if test x"$has_valgrind" != x"yes"; then
# error "Valgrind does not support this platform."
#endif
]])], [has_valgrind=yes])
CPPFLAGS="$CPPFLAGS_TEMP"
fi
AC_MSG_RESULT($has_valgrind)
])
Expand Down

0 comments on commit 2e035af

Please sign in to comment.