Skip to content

Commit

Permalink
🔨 add path
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Nov 10, 2019
1 parent 0a513a3 commit 7b0c50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pedantic_clang:

# calling GCC with most warnings
pedantic_gcc:
$(MAKE) json_unit CXX=g++-9 CXXFLAGS=" \
$(MAKE) json_unit CXX=/usr/local/bin/g++-9 CXXFLAGS=" \
-std=c++11 \
-Waddress \
-Waddress-of-packed-member \
Expand Down

0 comments on commit 7b0c50b

Please sign in to comment.