We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SECP_VALGRIND_CHECK
CPPFLAGS
1 parent 3bab71c commit 1ecb94eCopy full SHA for 1ecb94e
build-aux/m4/bitcoin_secp.m4
@@ -21,6 +21,7 @@ if test x"$has_valgrind" != x"yes"; then
21
# error "Valgrind does not support this platform."
22
#endif
23
]])], [has_valgrind=yes])
24
+ CPPFLAGS="$CPPFLAGS_TEMP"
25
fi
26
AC_MSG_RESULT($has_valgrind)
27
])
0 commit comments