mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 22:42:34 +02:00
build: Remove unused USE_COVERAGE
This commit is contained in:
@@ -313,9 +313,6 @@
|
|||||||
/* Define this symbol to build in assembly routines */
|
/* Define this symbol to build in assembly routines */
|
||||||
//#define USE_ASM 1
|
//#define USE_ASM 1
|
||||||
|
|
||||||
/* Define this symbol if coverage is enabled */
|
|
||||||
/* #undef USE_COVERAGE */
|
|
||||||
|
|
||||||
/* Define if dbus support should be compiled in */
|
/* Define if dbus support should be compiled in */
|
||||||
/* #undef USE_DBUS */
|
/* #undef USE_DBUS */
|
||||||
|
|
||||||
|
@@ -641,7 +641,6 @@ if test x$use_lcov = xyes; then
|
|||||||
[AC_MSG_ERROR("lcov testing requested but --coverage linker flag does not work")])
|
[AC_MSG_ERROR("lcov testing requested but --coverage linker flag does not work")])
|
||||||
AX_CHECK_COMPILE_FLAG([--coverage],[CXXFLAGS="$CXXFLAGS --coverage"],
|
AX_CHECK_COMPILE_FLAG([--coverage],[CXXFLAGS="$CXXFLAGS --coverage"],
|
||||||
[AC_MSG_ERROR("lcov testing requested but --coverage flag does not work")])
|
[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"
|
CXXFLAGS="$CXXFLAGS -Og"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user