X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=1388f465fd49a0c00e1a52c3bec993aebfafe8b1;hp=d5a72b66f5a5a829c98ca7270687e26a1a906c06;hb=8d724220a7a19961b21239cba8138815f1d1598f;hpb=0973cc2ef63060294f790803e0525b66ee91dfee diff --git a/src/Makefile b/src/Makefile index d5a72b66..1388f465 100644 --- a/src/Makefile +++ b/src/Makefile @@ -25,11 +25,8 @@ EXE = stockfish ### ========================================================================== ### Compiler speed switches for both GCC and ICC. These settings are generally ### fast on a broad range of systems, but may be changed experimentally -### -### NOTE: Some versions of gcc miscompile value.h with -O2 or -O3, this is the -### safe setup, try changing to -O3 or -O2 and verify it works for you. ### ========================================================================== -GCCFLAGS = -O1 -msse +GCCFLAGS = -O3 -msse ICCFLAGS = -fast -msse ICCFLAGS-OSX = -fast -mdynamic-no-pic