X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=027cc3e3390fd7d6e2c2fa098213edc479aa1cb9;hb=69cfe28f315b559cb1a07c0806266aa2850b5d4b;hp=0804cdd51a9dcfe7bafc5feb15b11a4ed0455c4f;hpb=dd63b98fb06e050aa961fbad6fd1f9316f2b17df;p=stockfish diff --git a/src/Makefile b/src/Makefile index 0804cdd5..027cc3e3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -468,7 +468,7 @@ ifeq ($(neon),yes) endif ifeq ($(arch),x86_64) - CXXFLAGS += -DUSE_SSE2 + CXXFLAGS += -msse2 -DUSE_SSE2 endif ### 3.7 pext