[Genabel-commits] r1596 - branches/ProbABEL-0.50

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 5 21:26:01 CET 2014


Author: maartenk
Date: 2014-02-05 21:26:01 +0100 (Wed, 05 Feb 2014)
New Revision: 1596

Modified:
   branches/ProbABEL-0.50/configure.ac
Log:
added  CXXflags -DEIGENNO_DEBUG :removes checks for conformability (which gives a speedup in eigen)
added  CXXflags -Wextra: adds adittional check (see http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html for more info)





Modified: branches/ProbABEL-0.50/configure.ac
===================================================================
--- branches/ProbABEL-0.50/configure.ac	2014-02-05 16:35:59 UTC (rev 1595)
+++ branches/ProbABEL-0.50/configure.ac	2014-02-05 20:26:01 UTC (rev 1596)
@@ -21,9 +21,10 @@
 AC_PROG_LN_S
 if test -z "$CXXFLAGS"; then
    # User did not set CXXFLAGS, so we can put in our own defaults
-    CXXFLAGS="-g -O2"
+    CXXFLAGS="-g -O2 -DEIGEN_NO_DEBUG -Wextra"
 fi
-if test -z "$CPPFLAGS"; then
+if test -z "$
+"; then
    # User did not set CPPFLAGS, so we can put in our own defaults
     CPPFLAGS="-Wall"
 fi



More information about the Genabel-commits mailing list