Skip to content

Commit db33629

Browse files
committed
💄 cleanup after nlohmann#410
1 parent 712529c commit db33629

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ cppcheck:
9494

9595
# run clang sanitize (we are overrding the CXXFLAGS provided by travis in order to use gcc's libstdc++)
9696
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)
9898

9999

100100
##########################################################################

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ I deeply appreciate the help of the following people.
586586
- [Jared Grubb](https://github.com/jaredgrubb) silenced a nasty documentation warning.
587587
- [Yixin Zhang](https://github.com/qwename) fixed an integer overflow check.
588588
- [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.
589590
590591
Thanks a lot for helping out!
591592

0 commit comments

Comments
 (0)