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-861f7616d084master
parent
7b46d4ba9a
commit
0b96e9ba0a
|
@ -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}\"
|
||||
|
|
Loading…
Reference in New Issue