]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Yet another pop_1st_bit() optimization
[stockfish] / src / Makefile
index 2b89bc12e23b86a65a04f35440b33fc5583958da..b55ef7eab284e8f4ca19d05c1f4f36fb9fa77d6b 100644 (file)
@@ -78,7 +78,7 @@ CXXFLAGS += -Wall -g
 # General optimization flags.  Note that -O2 might be faster than -O3 on some
 # systems; this requires testing.
 
 # 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
 
 
 # Disable most annoying warnings for the Intel C++ compiler