File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 313
313
/* Define this symbol to build in assembly routines */
314
314
//#define USE_ASM 1
315
315
316
- /* Define this symbol if coverage is enabled */
317
- /* #undef USE_COVERAGE */
318
-
319
316
/* Define if dbus support should be compiled in */
320
317
/* #undef USE_DBUS */
321
318
Original file line number Diff line number Diff line change @@ -641,7 +641,6 @@ if test x$use_lcov = xyes; then
641
641
[ AC_MSG_ERROR ( "lcov testing requested but -- coverage linker flag does not work" ) ] )
642
642
AX_CHECK_COMPILE_FLAG ( [ --coverage] ,[ CXXFLAGS="$CXXFLAGS --coverage"] ,
643
643
[ AC_MSG_ERROR ( "lcov testing requested but -- coverage flag does not work" ) ] )
644
- AC_DEFINE ( USE_COVERAGE , 1 , [ Define this symbol if coverage is enabled] )
645
644
CXXFLAGS="$CXXFLAGS -Og"
646
645
fi
647
646
You can’t perform that action at this time.
0 commit comments