Skip to content

Commit 9091faa

Browse files
committed
Use stdlib debug mode in Travis
1 parent efae909 commit 9091faa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
before_install:
6666
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
6767
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
68-
env: COMPILER="ccache g++-5"
68+
env:
69+
- COMPILER="ccache g++-5"
70+
- EXTRA_CXXFLAGS="-D_GLIBCXX_DEBUG"
6971

7072
# OS X using g++
7173
- stage: Test different OS/CXX/Flags

0 commit comments

Comments
 (0)