We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-fno-sanitize-recover=all
1 parent 72357df commit 985a94dCopy full SHA for 985a94d
.travis.yml
@@ -60,7 +60,7 @@ matrix:
60
- source local.env
61
# Note: to build without stopping on errors remove the -fno-sanitize-recover=all flag
62
# You might want to do this if there are multiple errors and you want to see them all before fixing
63
- - export CXXFLAGS="${MASON_SANITIZE_CXXFLAGS}"
+ - export CXXFLAGS="${MASON_SANITIZE_CXXFLAGS} -fno-sanitize-recover=all"
64
- export LDFLAGS="${MASON_SANITIZE_LDFLAGS}"
65
- make distclean
66
- make ${BUILDTYPE}
0 commit comments