From 24b8eef4b0a490eef886ecf9474c403b4b555752 Mon Sep 17 00:00:00 2001 From: Eric Lambert Date: Mon, 18 Aug 2014 13:35:46 -0700 Subject: disable compile time optimization when gcov is enabled --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3155567..80e1ab4 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,8 @@ if test x$gcov = xtrue ; then [ GCOV_FLAGS="-fprofile-arcs -ftest-coverage" GCOV_LDFLAGS="-lgcov" + CXXFLAGS="" + CFLAGS="" ], [ AC_MSG_ERROR([failed to locate gcov library]) ]) -- cgit v1.2.1