Author: niels
Date: Wed Jun 4 12:06:25 2014
New Revision: 9491
URL: http://svn.gna.org/viewcvs/service-tech?rev=9491&view=rev
Log:
* debugging coverage failure
Modified:
trunk/lola2/configure.ac
trunk/lola2/m4/Makefile.tests
Modified: trunk/lola2/configure.ac
URL:
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/configure.ac?rev=9491&r1=9490&r2=9491&view=diff
==============================================================================
--- trunk/lola2/configure.ac (original)
+++ trunk/lola2/configure.ac Wed Jun 4 12:06:25 2014
@@ -26,7 +26,7 @@
[
AC_MSG_CHECKING([whether to compile in debug mode])
AC_MSG_RESULT([yes])
- CFLAGS="-g -ggdb" CXXFLAGS="-g -ggdb"
+ CFLAGS+="-g -ggdb" CXXFLAGS+="-g -ggdb"
],
[
AC_MSG_CHECKING([whether to compile in debug mode])
@@ -37,7 +37,7 @@
1,
[whether LoLA was built with optimization (configured with
`--disable-debug')]
)
- CFLAGS="-O4" CXXFLAGS="-O4"
+ CFLAGS+="-O4" CXXFLAGS+="-O4"
]
)
Modified: trunk/lola2/m4/Makefile.tests
URL:
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/m4/Makefile.tests?rev=9491&r1=9490&r2=9491&view=diff
==============================================================================
--- trunk/lola2/m4/Makefile.tests (original)
+++ trunk/lola2/m4/Makefile.tests Wed Jun 4 12:06:25 2014
@@ -98,7 +98,7 @@
cover-prepare:
$(LCOV) -v >/dev/null
cd $(top_srcdir) ; LIBS="-lgcov" CXXFLAGS="-fprofile-arcs
-ftest-coverage" CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
--disable-assert
- $(MAKE) --directory=$(top_srcdir) clean all
+ $(MAKE) --directory=$(top_srcdir) clean all V=1
# get descriptions from the testsuite
descriptions: $(TESTSUITE)
--
You received this e-mail, because you subscribed the mailing list
"service-tech-commits" which will forward you any e-mail addressed to
[email protected]. If you want to unsubscribe or make any changes to
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.