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
This commit is contained in:
Andreas Köhler 2007-02-11 04:22:52 +00:00
parent 886f5a53d5
commit 887adf7e68

View File

@ -61,7 +61,7 @@ function prepare() {
mkdir -p $DOWNLOAD_UDIR mkdir -p $DOWNLOAD_UDIR
if [ "$DISABLE_OPTIMIZATIONS" = "yes" ]; then if [ "$DISABLE_OPTIMIZATIONS" = "yes" ]; then
export CFLAGS="$CFLAGS -O0" export CFLAGS="$CFLAGS -g -O0"
fi fi
} }