mirror of
https://github.com/nlohmann/json.git
synced 2026-05-16 19:25:23 +00:00
fixed performance degradation (#272)
This commit is contained in:
@@ -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
|
||||
##########################################################################
|
||||
|
||||
Reference in New Issue
Block a user