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