]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Use "pedantic" flag also for mingw
[stockfish] / src / Makefile
index 901ddd9245344782469bc17395bc47587e4b04f1..d92854bca193e71f83c1d457a832391f7addfcd5 100644 (file)
@@ -368,7 +368,7 @@ ifeq ($(COMP),mingw)
                CXX=g++
        endif
 
-       CXXFLAGS += -Wextra -Wshadow
+       CXXFLAGS += -pedantic -Wextra -Wshadow
        LDFLAGS += -static
 endif