Skip to content

Commit ce0d1ff

Browse files
committed
Support configure args in gen-coverage-report.sh
1 parent 80ec9c9 commit ce0d1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-coverage-report.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
rm -rf "$DESTDIR"
2727

2828
make distclean || :
29-
./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage -fstack-protector-all'
29+
./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage -fstack-protector-all' $*
3030
make ${_pb} check
3131

3232
mkdir -p $DESTDIR

0 commit comments

Comments
 (0)