From 887adf7e68ad941085f488604c783b0584c7e5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sun, 11 Feb 2007 04:22:52 +0000 Subject: [PATCH] Install.sh: Still use -g on DISABLE_OPTIMIZATIONS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15563 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index ce38301946..9557d96c55 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -61,7 +61,7 @@ function prepare() { mkdir -p $DOWNLOAD_UDIR if [ "$DISABLE_OPTIMIZATIONS" = "yes" ]; then - export CFLAGS="$CFLAGS -O0" + export CFLAGS="$CFLAGS -g -O0" fi }