X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=ff3405f7883c08e2cc379ca76d6bf6c312629bd4;hp=7ca0495e3f4c76495503b96db16020e45b669179;hb=bfd4421f490e721958a77b8304d8ebcb574a583f;hpb=4a777954e1ede2057bba90219e8dd406f1f7f681 diff --git a/src/Makefile b/src/Makefile index 7ca0495e..ff3405f7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -26,8 +26,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 ### ========================================================================== -GCCFLAGS = -O3 -ICCFLAGS = -fast +GCCFLAGS = -O3 -msse +ICCFLAGS = -fast -msse ### ========================================================================== @@ -169,6 +169,6 @@ $(EXE): $(OBJS) ### Dependencies. Do not change .depend: - $(CXX) -MM $(OBJS:.o=.cpp) > $@ + $(CXX) -msse -MM $(OBJS:.o=.cpp) > $@ include .depend