seed r364 - trunk



Author: hortont
Date: Sat Nov 29 01:02:24 2008
New Revision: 364
URL: http://svn.gnome.org/viewvc/seed?rev=364&view=rev

Log:
More coverage data; when profiling, don't optimize!


Modified:
   trunk/Makefile.am
   trunk/configure.ac

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Nov 29 01:02:24 2008
@@ -45,5 +45,5 @@
 
 profile: profile-reset test
 	cp libseed/*.c libseed/.libs/
-	cd libseed/.libs ; gcov *.c
+	cd libseed/.libs ; gcov -abfu *.c
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Nov 29 01:02:24 2008
@@ -84,7 +84,7 @@
 AC_MSG_RESULT([$enable_profile])
 
 if test "x$enable_profile" = "xyes"; then
-  SEED_PROFILE_CFLAGS="-fprofile-arcs -ftest-coverage"
+  SEED_PROFILE_CFLAGS="-fprofile-arcs -ftest-coverage -O0"
   SEED_PROFILE_LDFLAGS="-lgcov"
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]