mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
fix #723
This commit is contained in:
@ -233,7 +233,6 @@ QEMU_CONF_FLAGS=" \
|
||||
--disable-xen \
|
||||
--disable-xen-pci-passthrough \
|
||||
--disable-xfsctl \
|
||||
--enable-pie \
|
||||
--python=${PYTHONBIN} \
|
||||
--target-list="${CPU_TARGET}-linux-user" \
|
||||
--without-default-devices \
|
||||
@ -253,6 +252,11 @@ if [ "$STATIC" = "1" ]; then
|
||||
--static \
|
||||
--extra-cflags=-DAFL_QEMU_STATIC_BUILD=1 \
|
||||
"
|
||||
|
||||
else
|
||||
|
||||
QEMU_CONF_FLAGS="{$QEMU_CONF_FLAGS} --enable-pie "
|
||||
|
||||
fi
|
||||
|
||||
if [ "$DEBUG" = "1" ]; then
|
||||
|
Reference in New Issue
Block a user