mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Allow coverage report gen to crash more easily with full stack protection
This commit is contained in:
parent
a22a99a19f
commit
a83e6cc577
@ -22,7 +22,7 @@ fi
|
|||||||
rm -rf "$DESTDIR"
|
rm -rf "$DESTDIR"
|
||||||
|
|
||||||
make distclean || :
|
make distclean || :
|
||||||
./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage'
|
./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage -fstack-protector-all'
|
||||||
make check
|
make check
|
||||||
|
|
||||||
mkdir -p $DESTDIR
|
mkdir -p $DESTDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user