Add the ability to the crossbuild script to build with --enable-debug=relaxed

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4665 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-04-17 15:48:41 +00:00
parent 7b46d4ba9a
commit 0b96e9ba0a
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ DEBUGFLAG="--disable-debug"
for i in $*; do
if [[ "x$i" = "xdebug" ]] ; then
DEBUGFLAG="--enable-debug"
elif [[ "x$i" = "xdebug-relaxed" ]] ; then
DEBUGFLAG="--enable-debug=relaxed"
elif [[ "x$i" = "xinstaller" ]] ; then
CONF_EXTRA_FLAGS="${CONF_EXTRA_FLAGS}
--enable-data --enable-installer --with-installer-extdir=\"${PREFIX}\"