Skip to content

Commit

Permalink
build: Make SECP_VALGRIND_CHECK preserve CPPFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 11, 2023
1 parent 3bab71c commit 1ecb94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-aux/m4/bitcoin_secp.m4
Original file line number Diff line number Diff line change
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 1ecb94e

Please sign in to comment.