1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-31 08:03:03 +04:00

Merge branch 'develop' into feature/fastcov

This commit is contained in:
Niels Lohmann
2019-04-06 09:03:35 +02:00
4 changed files with 72 additions and 14 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ pedantic_clang:
# calling GCC with most warnings
pedantic_gcc:
$(MAKE) json_unit CXX=$(COMPILER_DIR)/g++ CXXFLAGS="-D_Atomic=volatile \
$(MAKE) json_unit CXX=$(COMPILER_DIR)/g++ CXXFLAGS=" \
-std=c++11 \
-Waddress \
-Waddress-of-packed-member \