💄 cleanup after #410
This commit is contained in:
parent
712529cd32
commit
db33629990
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -94,7 +94,7 @@ cppcheck:
|
|||
|
||||
# run clang sanitize (we are overrding the CXXFLAGS provided by travis in order to use gcc's libstdc++)
|
||||
clang_sanitize: clean
|
||||
CXX=clang++ CXXFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" $(MAKE) check -C test
|
||||
CXX=clang++ CXXFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" $(MAKE)
|
||||
|
||||
|
||||
##########################################################################
|
||||
|
|
|
@ -586,6 +586,7 @@ I deeply appreciate the help of the following people.
|
|||
- [Jared Grubb](https://github.com/jaredgrubb) silenced a nasty documentation warning.
|
||||
- [Yixin Zhang](https://github.com/qwename) fixed an integer overflow check.
|
||||
- [Bosswestfalen](https://github.com/Bosswestfalen) merged two iterator classes into a smaller one.
|
||||
- [Daniel599](https://github.com/Daniel599) helped to get Travis execute the tests with Clang's sanitizers.
|
||||
|
||||
Thanks a lot for helping out!
|
||||
|
||||
|
|
Loading…
Reference in a new issue