X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=b55ef7eab284e8f4ca19d05c1f4f36fb9fa77d6b;hp=2b89bc12e23b86a65a04f35440b33fc5583958da;hb=3901affb1d0cb1889f96e7cdade3943f441e9f5a;hpb=a6017aa728c12c48faf758e6df3b3a1e2b704dad diff --git a/src/Makefile b/src/Makefile index 2b89bc12..b55ef7ea 100644 --- a/src/Makefile +++ b/src/Makefile @@ -78,7 +78,7 @@ CXXFLAGS += -Wall -g # General optimization flags. Note that -O2 might be faster than -O3 on some # systems; this requires testing. -CXXFLAGS += -O3 -fno-exceptions -fomit-frame-pointer -fno-rtti -fstrict-aliasing +CXXFLAGS += -O3 -fno-exceptions -fomit-frame-pointer -fno-rtti -fno-strict-aliasing # Disable most annoying warnings for the Intel C++ compiler