[Genabel-commits] r1697 - pkg/ProbABEL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 24 18:50:53 CEST 2014


Author: lckarssen
Date: 2014-04-24 18:50:53 +0200 (Thu, 24 Apr 2014)
New Revision: 1697

Modified:
   pkg/ProbABEL/configure.ac
Log:
Remove -O2 from the compiler flags for developers (the --enable-dev-options in ./configure), as this optimizes out some variables, making debugging in e.g. gdb difficult.


Modified: pkg/ProbABEL/configure.ac
===================================================================
--- pkg/ProbABEL/configure.ac	2014-04-23 19:54:31 UTC (rev 1696)
+++ pkg/ProbABEL/configure.ac	2014-04-24 16:50:53 UTC (rev 1697)
@@ -33,7 +33,7 @@
    AC_MSG_NOTICE([Building with developer options enabled])
    if test -z "$CXXFLAGS"; then
       # User did not set CXXFLAGS, so we can put in our own defaults
-      CXXFLAGS="-O2"
+      CXXFLAGS=""
    fi
    if test -z "$CPPFLAGS"; then
       # User did not set CPPFLAGS, so we can put in our own defaults



More information about the Genabel-commits mailing list