[mathicgb] 08/14: bypass compiler bug by not optimizing some test code

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Sep 6 00:27:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.

commit ca621126c11fcf0e2b568288d83d1141226712dc
Author: Daniel R. Grayson <dan at math.uiuc.edu>
Date:   Thu Sep 25 15:22:02 2014 -0400

    bypass compiler bug by not optimizing some test code
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 065494e..f41e8f5 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,7 +91,7 @@ TESTS=unittest
 check_PROGRAMS=$(TESTS)
 
 # this prevents g++ 4.8.2 from crashing and churning through memory when compiling under Ubuntu 64 14.04.1
-src/test/MonoMonoid.o : CXXFLAGS += -O0
+src/test/MonoMonoid.o src/test/Range.o : CXXFLAGS += -O0
 
 unittest_LDADD = $(DEPS_LIBS) $(top_builddir)/libmathicgb.a $(DEPS_LIBS) -lpthread
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list