mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
Revert Makefile changes
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user