mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Remove gcov
This commit is contained in:
parent
1ece057d41
commit
dd28d4a1d3
1 changed files with 0 additions and 11 deletions
11
configure.ac
11
configure.ac
|
@ -18,17 +18,6 @@ AM_PROG_CC_C_O
|
|||
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
|
||||
|
||||
dnl ---------------------------------------------------------------------
|
||||
dnl Enable source code coverage reporting for GCC
|
||||
dnl ---------------------------------------------------------------------
|
||||
|
||||
AC_ARG_ENABLE(gcov,
|
||||
[ --enable-gcov Enable source code coverage testing using gcov],
|
||||
[CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"])
|
||||
|
||||
|
||||
dnl ---------------------------------------------------------------------
|
||||
dnl Disable window mode
|
||||
dnl ---------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue