1
mirror of https://github.com/bitcoin/bitcoin synced 2024-07-29 08:48:30 +02:00

build: Remove unused USE_COVERAGE

This commit is contained in:
MarcoFalke 2019-12-06 14:44:42 -08:00
parent ab7915f804
commit faf2c5aca0
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548
2 changed files with 0 additions and 4 deletions

View File

@ -313,9 +313,6 @@
/* Define this symbol to build in assembly routines */
//#define USE_ASM 1
/* Define this symbol if coverage is enabled */
/* #undef USE_COVERAGE */
/* Define if dbus support should be compiled in */
/* #undef USE_DBUS */

View File

@ -641,7 +641,6 @@ if test x$use_lcov = xyes; then
[AC_MSG_ERROR("lcov testing requested but --coverage linker flag does not work")])
AX_CHECK_COMPILE_FLAG([--coverage],[CXXFLAGS="$CXXFLAGS --coverage"],
[AC_MSG_ERROR("lcov testing requested but --coverage flag does not work")])
AC_DEFINE(USE_COVERAGE, 1, [Define this symbol if coverage is enabled])
CXXFLAGS="$CXXFLAGS -Og"
fi