Introduced the UCI_AnalyseMode option, and made the evaluation function

symmetrical in analyse mode.

No functional change when playing games.
This commit is contained in:
Tord Romstad
2009-07-17 22:26:01 +02:00
parent 20e8738901
commit b8326edea3
3 changed files with 11 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ clean:
### Compiler:
###
CXX = g++
CXX = g++-4.2
# 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