]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Update disabled warnings for Intel compiler
[stockfish] / src / Makefile
index 860b146a4fbe88a6a6aab515da073e6d6b153f9e..1f9f27dae570c61c55191a57df59dcee85f914be 100644 (file)
@@ -243,7 +243,7 @@ ifeq ($(comp),mingw)
 endif
 
 ifeq ($(comp),icc)
-       CXXFLAGS += -wd383,981,1418,1419,1476,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi
+       CXXFLAGS += -diag-disable 1476,10120 -Wcheck -Wabi -Wdeprecated -strict-ansi
 endif
 
 ifeq ($(comp),clang)
@@ -311,7 +311,7 @@ ifeq ($(optimize),yes)
                ifeq ($(os),osx)
                        CXXFLAGS += -fast -mdynamic-no-pic
                else
-                       CXXFLAGS += -O3
+                       CXXFLAGS += -fast
                endif
        endif