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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 5 21:59:46 CET 2014


Author: maartenk
Date: 2014-02-05 21:59:46 +0100 (Wed, 05 Feb 2014)
New Revision: 1597

Modified:
   branches/ProbABEL-0.50/configure.ac
Log:
changed  CXXflags -DEIGEN_NO_DEBUG to -DNDEBUG: this implements  also -DEIGEN_NO_DEBUG and cancels also dome checks in eigen_mematrix




Modified: branches/ProbABEL-0.50/configure.ac
===================================================================
--- branches/ProbABEL-0.50/configure.ac	2014-02-05 20:26:01 UTC (rev 1596)
+++ branches/ProbABEL-0.50/configure.ac	2014-02-05 20:59:46 UTC (rev 1597)
@@ -21,7 +21,7 @@
 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 -DEIGEN_NO_DEBUG -Wextra"
+    CXXFLAGS="-g -O2 -DNDEBUG -Wextra"
 fi
 if test -z "$
 "; then



More information about the Genabel-commits mailing list