X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=ad361153b6f3dd1a030621641e00c14e8a51a4f9;hp=c836fd426eff02b44c6458e472a764c53b85b1bc;hb=07fcc8076d302ff3d05dab5259bce23be6677cb7;hpb=be5b32bb9cbf134ccf8df7c17554557e9828957d diff --git a/src/Makefile b/src/Makefile index c836fd42..ad361153 100644 --- a/src/Makefile +++ b/src/Makefile @@ -278,10 +278,10 @@ ifeq ($(optimize),yes) endif ifeq ($(comp),icc) - CXXFLAGS += -fast - ifeq ($(os),osx) - CXXFLAGS += -mdynamic-no-pic + CXXFLAGS += -fast -mdynamic-no-pic + else + CXXFLAGS += -O3 endif endif endif