File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ cppcheck:
94
94
95
95
# run clang sanitize (we are overrding the CXXFLAGS provided by travis in order to use gcc's libstdc++)
96
96
clang_sanitize : clean
97
- CXX=clang++ CXXFLAGS=" -g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" $(MAKE ) check -C test
97
+ CXX=clang++ CXXFLAGS=" -g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" $(MAKE )
98
98
99
99
100
100
# #########################################################################
Original file line number Diff line number Diff line change @@ -586,6 +586,7 @@ I deeply appreciate the help of the following people.
586
586
- [Jared Grubb](https://github.com/jaredgrubb) silenced a nasty documentation warning.
587
587
- [Yixin Zhang](https://github.com/qwename) fixed an integer overflow check.
588
588
- [Bosswestfalen](https://github.com/Bosswestfalen) merged two iterator classes into a smaller one.
589
+ - [Daniel599](https://github.com/Daniel599) helped to get Travis execute the tests with Clang's sanitizers.
589
590
590
591
Thanks a lot for helping out!
591
592
You can’t perform that action at this time.
0 commit comments