1
0
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:
Moritz Grimm 2015-05-22 08:08:49 +02:00
parent a22a99a19f
commit a83e6cc577

View File

@ -22,7 +22,7 @@ fi
rm -rf "$DESTDIR"
make distclean || :
./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage'
./configure CFLAGS='-O0 -fprofile-arcs -ftest-coverage -fstack-protector-all'
make check
mkdir -p $DESTDIR