mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Without-debugger is now --disable-debugger
This commit is contained in:
parent
4eec87cdf6
commit
d13c50a688
@ -53,7 +53,7 @@ export LDFLAGS="-flto"
|
||||
export USE_SIMULATOR=0
|
||||
|
||||
if [ "${APPSTORE_FRIENDLY}" = 1 ]; then
|
||||
CFGFLAGS="--without-fork --without-debugger"
|
||||
CFGFLAGS="--without-fork --disable-debugger"
|
||||
else
|
||||
CFGFLAGS=""
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user