We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7ba2b commit 0c582d3Copy full SHA for 0c582d3
afl-cov-build.sh
@@ -5,6 +5,7 @@ test -z "$1" -o "$1" = "-h" && {
5
echo Sets build options for coverage instrumentation with gcov/lcov.
6
echo Set CC/CXX environment variables if you do not want gcc/g++.
7
echo Example: "$0 ./configure --disable-shared"
8
+ exit 1
9
}
10
11
test -z "$CC" && export CC=gcc
0 commit comments