about summary refs log tree commit diff
path: root/test/test-llvm.sh
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-06-06 17:32:32 +0200
committervanhauser-thc <vh@thc.org>2023-06-06 17:32:32 +0200
commitf0ccca123ad8f9813ad141ebd243e8c7b96824a1 (patch)
treea93e9a44eb70a22dcd593bfa2b869b7783b7c064 /test/test-llvm.sh
parent62bacf4fc82194f1f5592d3d487443cef3c2850c (diff)
downloadafl++-f0ccca123ad8f9813ad141ebd243e8c7b96824a1.tar.gz
fix ci
Diffstat (limited to 'test/test-llvm.sh')
-rwxr-xr-xtest/test-llvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-llvm.sh b/test/test-llvm.sh
index 19fb7c1a..95e43b1c 100755
--- a/test/test-llvm.sh
+++ b/test/test-llvm.sh
@@ -257,7 +257,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
   }
   rm -f test-compcov test.out instrumentlist.txt
   AFL_LLVM_CMPLOG=1 ../afl-clang-fast -o test-cmplog test-cmplog.c > /dev/null 2>&1
-  ../afl-clang-fast -o test-c test-cmplog.c > /dev/null 2>&1
+  ../afl-clang-fast -O0 -o test-c test-cmplog.c > /dev/null 2>&1
   test -e test-cmplog && {
     $ECHO "$GREY[*] running afl-fuzz for llvm_mode cmplog, this will take approx 10 seconds"
     {