mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-07 15:51:32 +00:00
make build options for qemu more visible
This commit is contained in:
parent
b7e574607c
commit
a63c838b10
@ -163,6 +163,8 @@ fi
|
||||
|
||||
cd qemu-$VERSION || exit 1
|
||||
|
||||
echo Building for CPU target $CPU_TARGET
|
||||
|
||||
echo "[*] Applying patches..."
|
||||
|
||||
patch -p1 <../patches/elfload.diff || exit 1
|
||||
@ -188,6 +190,7 @@ echo "[+] Patching done."
|
||||
|
||||
if [ "$STATIC" = "1" ]; then
|
||||
|
||||
echo Building STATIC binary
|
||||
./configure --extra-cflags="-O3 -ggdb -DAFL_QEMU_STATIC_BUILD=1" \
|
||||
--disable-bsd-user --disable-guest-agent --disable-strip --disable-werror \
|
||||
--disable-gcrypt --disable-debug-info --disable-debug-tcg --disable-tcg-interpreter \
|
||||
|
Loading…
x
Reference in New Issue
Block a user