mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Replace -O3 with -fast for intel compiler
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
d7f5f15d69
commit
c2cefa6de0
+1
-1
@@ -311,7 +311,7 @@ ifeq ($(optimize),yes)
|
||||
ifeq ($(os),osx)
|
||||
CXXFLAGS += -fast -mdynamic-no-pic
|
||||
else
|
||||
CXXFLAGS += -O3
|
||||
CXXFLAGS += -fast
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user