mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
nits
This commit is contained in:
parent
ca9854a924
commit
96ee3fb899
@ -251,6 +251,7 @@ else
|
||||
--disable-qom-cast-debug \
|
||||
--disable-stack-protector \
|
||||
--disable-werror \
|
||||
--disable-docs \
|
||||
"
|
||||
|
||||
fi
|
||||
@ -375,8 +376,10 @@ else
|
||||
make -C libcompcov CC="$CROSS $CROSS_FLAGS" && echo "[+] libcompcov ready"
|
||||
echo "[+] Building unsigaction ..."
|
||||
make -C unsigaction CC="$CROSS $CROSS_FLAGS" && echo "[+] unsigaction ready"
|
||||
echo "[+] Building fastexit ..."
|
||||
make -C fastexit CC="$CROSS $CROSS_FLAGS" && echo "[+] fastexit ready"
|
||||
echo "[+] Building libqasan ..."
|
||||
make -C libqasan CC="$CROSS $CROSS_FLAGS" && echo "[+] unsigaction ready"
|
||||
make -C libqasan CC="$CROSS $CROSS_FLAGS" && echo "[+] libqasan ready"
|
||||
fi
|
||||
|
||||
echo "[+] All done for qemu_mode, enjoy!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user