mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
886f5a53d5
commit
887adf7e68
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user