X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=d92854bca193e71f83c1d457a832391f7addfcd5;hb=c31fc8d163ed2c5ff5697206f8a5eef65efa0044;hp=901ddd9245344782469bc17395bc47587e4b04f1;hpb=f10ebc2bdf52dbc413e74ed1e41c29bd9b818408;p=stockfish diff --git a/src/Makefile b/src/Makefile index 901ddd92..d92854bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -368,7 +368,7 @@ ifeq ($(COMP),mingw) CXX=g++ endif - CXXFLAGS += -Wextra -Wshadow + CXXFLAGS += -pedantic -Wextra -Wshadow LDFLAGS += -static endif