mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
fix #723
This commit is contained in:
parent
2cd4624779
commit
91f2f057e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user