🔨 small cleanup

This commit is contained in:
Niels Lohmann
2019-04-05 23:31:04 +02:00
parent 63fe1cbbcf
commit e65cff2a8f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -125,7 +125,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 \