Add -fno-sanitize-recover=undefined to Travis

This commit is contained in:
Peter Dimov
2017-12-21 19:28:20 +02:00
parent 34542134be
commit 69f5b950a2

View File

@ -216,7 +216,7 @@ install:
script:
- |-
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
- ./b2 -j3 libs/endian/test toolset=$TOOLSET cxxstd=$CXXSTD ${UBSAN:+cxxflags=-fsanitize=undefined} ${UBSAN:+linkflags=-fsanitize=undefined}
- ./b2 -j3 libs/endian/test toolset=$TOOLSET cxxstd=$CXXSTD ${UBSAN:+cxxflags=-fsanitize=undefined} ${UBSAN:+cxxflags=-fno-sanitize-recover=undefined} ${UBSAN:+linkflags=-fsanitize=undefined}
notifications:
email: