r15563 - gnucash/trunk/packaging/win32 - Install.sh: Still use -g on DISABLE_OPTIMIZATIONS.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Feb 10 23:22:52 EST 2007


Author: andi5
Date: 2007-02-10 23:22:52 -0500 (Sat, 10 Feb 2007)
New Revision: 15563
Trac: http://svn.gnucash.org/trac/changeset/15563

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Install.sh: Still use -g on DISABLE_OPTIMIZATIONS.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-02-11 00:34:38 UTC (rev 15562)
+++ gnucash/trunk/packaging/win32/install.sh	2007-02-11 04:22:52 UTC (rev 15563)
@@ -61,7 +61,7 @@
     mkdir -p $DOWNLOAD_UDIR
 
     if [ "$DISABLE_OPTIMIZATIONS" = "yes" ]; then
-        export CFLAGS="$CFLAGS -O0"
+        export CFLAGS="$CFLAGS -g -O0"
     fi
 }
 



More information about the gnucash-changes mailing list