Skip to content

Commit 985a94d

Browse files
committed
Revert "remove -fno-sanitize-recover=all"
This reverts commit 72357df.
1 parent 72357df commit 985a94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ matrix:
6060
- source local.env
6161
# Note: to build without stopping on errors remove the -fno-sanitize-recover=all flag
6262
# 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}"
63+
- export CXXFLAGS="${MASON_SANITIZE_CXXFLAGS} -fno-sanitize-recover=all"
6464
- export LDFLAGS="${MASON_SANITIZE_LDFLAGS}"
6565
- make distclean
6666
- make ${BUILDTYPE}

0 commit comments

Comments
 (0)