X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=fd5290be53b24abbe2c2dfd05aee5f572e76f5d4;hp=860b146a4fbe88a6a6aab515da073e6d6b153f9e;hb=c65d67feb53895a34423cc2043edc69741f2ba92;hpb=849b089a63cb40833006704fb6e3fc66e8010dfa diff --git a/src/Makefile b/src/Makefile index 860b146a..fd5290be 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) @@ -273,7 +273,7 @@ ifneq ($(comp),mingw) endif ifeq ($(os),osx) - LDFLAGS += -arch $(arch) -mmacosx-version-min=10.0 + LDFLAGS += -arch $(arch) -mmacosx-version-min=10.0 -stack_size,0x4000 endif ### 3.4 Debugging @@ -311,7 +311,7 @@ ifeq ($(optimize),yes) ifeq ($(os),osx) CXXFLAGS += -fast -mdynamic-no-pic else - CXXFLAGS += -O3 + CXXFLAGS += -fast endif endif