We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ec9c9 commit ce0d1ffCopy full SHA for ce0d1ff
gen-coverage-report.sh
@@ -26,7 +26,7 @@ fi
26
rm -rf "$DESTDIR"
27
28
make distclean || :
29
-./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage -fstack-protector-all'
+./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage -fstack-protector-all' $*
30
make ${_pb} check
31
32
mkdir -p $DESTDIR
0 commit comments