about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-07-10 18:29:21 +0200
committervanhauser-thc <vh@thc.org>2023-07-10 18:29:21 +0200
commita46d27fad51a8fdd905bb8771bd73eeb2c054895 (patch)
tree94e7005064cd3f6dc3c2105787487eb75083fdca /test
parentb547a6ab0d0e94fc141b0c013f44c1aa02cb78cc (diff)
downloadafl++-a46d27fad51a8fdd905bb8771bd73eeb2c054895.tar.gz
nits
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-libextensions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-libextensions.sh b/test/test-libextensions.sh
index 40a898c8..f7f86de5 100755
--- a/test/test-libextensions.sh
+++ b/test/test-libextensions.sh
@@ -5,7 +5,7 @@
 test -z "$AFL_CC" && unset AFL_CC
 
 $ECHO "$BLUE[*] Testing: shared library extensions"
-cc $CFLAGS -o test-compcov test-compcov.c > /dev/null 2>&1
+cc $CFLAGS -O0 -o test-compcov test-compcov.c > /dev/null 2>&1
 test -e ../libtokencap.so && {
   AFL_TOKEN_FILE=token.out LD_PRELOAD=../libtokencap.so DYLD_INSERT_LIBRARIES=../libtokencap.so DYLD_FORCE_FLAT_NAMESPACE=1 ./test-compcov foobar > /dev/null 2>&1
   grep -q BUGMENOT token.out > /dev/null 2>&1 && {