configure.ac: don't set CFLAGS and friends for gcov, done from GST_GCOV now
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 2 Jul 2006 14:39:12 +0000 (14:39 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 2 Jul 2006 14:39:12 +0000 (14:39 +0000)
Original commit message from CVS:
* configure.ac:
don't set CFLAGS and friends for gcov, done from GST_GCOV now
* tests/check/Makefile.am:
clean up gcov files

ChangeLog
configure.ac
tests/check/Makefile.am

index 38d01b8..a0751a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * configure.ac:
+         don't set CFLAGS and friends for gcov, done from GST_GCOV now
+       * tests/check/Makefile.am:
+         clean up gcov files
+
+2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * gst/gstcaps.c: (gst_caps_remove_and_get_structure):
          remove gst_caps_simplify; it was not declared and not used
          and deprecated in 0.8
index e7dc018..b3e6153 100644 (file)
@@ -436,20 +436,6 @@ if test "x$USE_DEBUG" = xyes; then
 fi
 AC_SUBST(PROFILE_CFLAGS)
 
-dnl if gcov is used, we do not want default -O2 CFLAGS
-if test "x$GST_GCOV_ENABLED" = "xyes"
-then
-  CFLAGS="-O0"
-  AC_SUBST(CFLAGS)
-  CXXFLAGS="-O0"
-  AC_SUBST(CXXFLAGS)
-  FFLAGS="-O0"
-  AC_SUBST(FFLAGS)
-  CCASFLAGS="-O0"
-  AC_SUBST(CCASFLAGS)
-  AC_MSG_NOTICE([gcov enabled, setting CFLAGS and friends to $CFLAGS])
-fi
-
 DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
 AC_SUBST(DEPRECATED_CFLAGS)
 
index 872bf12..a14432a 100644 (file)
@@ -18,7 +18,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 install-pluginLTLIBRARIES:
 
 # the core dumps of some machines have PIDs appended
-CLEANFILES = core.* test-registry.xml
+CLEANFILES = core.* test-registry.xml *.gcno *.gcda
 
 SUPPRESSIONS = $(top_srcdir)/common/gst.supp