fixed performance degradation (#272)
This commit is contained in:
parent
87dea32e81
commit
29c5f32d42
3 changed files with 7 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -66,6 +66,9 @@ fuzz: test/src/fuzz.cpp src/json.hpp
|
|||
cppcheck:
|
||||
cppcheck --enable=warning --inconclusive --force --std=c++11 src/json.hpp --error-exitcode=1
|
||||
|
||||
clang_sanitize: clean
|
||||
CXX=clang++ CXXFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" $(MAKE)
|
||||
|
||||
##########################################################################
|
||||
# maintainer targets
|
||||
##########################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue