Author: sagamusix
Date: Thu May 2 19:44:02 2024
New Revision: 20695
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20695
Log:
[Imp] Enable host-specific performance optimizations in afl++.
Modified:
trunk/OpenMPT/contrib/fuzzing/get-afl.sh
Modified: trunk/OpenMPT/contrib/fuzzing/get-afl.sh
==============================================================================
--- trunk/OpenMPT/contrib/fuzzing/get-afl.sh Thu May 2 15:09:43 2024 (r20694)
+++ trunk/OpenMPT/contrib/fuzzing/get-afl.sh Thu May 2 19:44:02 2024 (r20695)
@@ -12,7 +12,7 @@
tar -xzvf $AFL_FILENAME
rm $AFL_FILENAME
cd AFLplusplus-*
-make source-only || exit
+make PERFORMANCE=1 source-only || exit
cd ..
rm -rf afl
mv AFLplusplus-* afl
\ No newline at end of file
|