summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-29 18:05:02 +0100
committerQC <qball@gmpclient.org>2015-10-29 18:05:02 +0100
commitdd28d4a1d3311484c7501eb718e322215a9f4bc5 (patch)
treebd70fab3f75dcddd5b1dc472204d83d2ea149315 /configure.ac
parent1ece057d41bbf4a4650e503a9ad5032539587cd9 (diff)
Remove gcov
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 3749095e..08875668 100644
--- a/configure.ac
+++ b/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 ---------------------------------------------------------------------