projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f5f15
)
Replace -O3 with -fast for intel compiler
author
Jean-Francois Romang
<jeanfrancois.romang@gmail.com>
Sun, 22 Sep 2013 16:02:39 +0000
(18:02 +0200)
committer
Marco Costalba
<mcostalba@gmail.com>
Mon, 23 Sep 2013 06:11:14 +0000
(08:11 +0200)
No functional change.
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 860b146a4fbe88a6a6aab515da073e6d6b153f9e..ad8ec05ffb3c9406e173ef1870655e6f29ecebd9 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-311,7
+311,7
@@
ifeq ($(optimize),yes)
ifeq ($(os),osx)
CXXFLAGS += -fast -mdynamic-no-pic
else
- CXXFLAGS += -
O3
+ CXXFLAGS += -
fast
endif
endif