projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
080a499
)
Revert Makefile changes
author
Marco Costalba
<mcostalba@gmail.com>
Fri, 24 Jul 2009 13:18:03 +0000 (14:18 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Fri, 24 Jul 2009 13:18:03 +0000 (14:18 +0100)
Some unwanted changes to Makefile slept in in patch
"Introduced the UCI_AnalyseMode option".
Revert them. No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
09e7956
..
5e27f9e
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-44,7
+44,7
@@
clean:
### Compiler:
###
-CXX = g++-4.2
+CXX = g++
# CXX = icpc
@@
-67,7
+67,7
@@
include .depend
# Enable/disable debugging, disabled by default
-# CXXFLAGS += -DNDEBUG
+CXXFLAGS += -DNDEBUG
# Compile with full warnings, and symbol names stripped, you can use