[Rivet-svn] r2243 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Feb 4 12:20:00 GMT 2010


Author: hoeth
Date: Thu Feb  4 12:20:00 2010
New Revision: 2243

Log:
Set default optimisation to O2 instead of O3, in order to work around the segmentation violation on SL5 systems.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Wed Feb  3 19:36:26 2010	(r2242)
+++ trunk/configure.ac	Thu Feb  4 12:20:00 2010	(r2243)
@@ -27,7 +27,7 @@
 AC_LCG_TAG
 
 ## Set default compiler flags
-if test "x$CXXFLAGS" == "x"; then CXXFLAGS="-O3"; fi
+if test "x$CXXFLAGS" == "x"; then CXXFLAGS="-O2"; fi
 
 ## Make compiler error messages more readable if gfilt is installed.
 dnl AC_CEDAR_CXXFILTER


More information about the Rivet-svn mailing list