1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-12 03:59:15 +00: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:
Marco Costalba 2009-07-24 14:18:03 +01:00
parent 080a4995a3
commit 5f232e0667

View file

@ -44,7 +44,7 @@ clean:
### Compiler: ### Compiler:
### ###
CXX = g++-4.2 CXX = g++
# CXX = icpc # CXX = icpc
@ -67,7 +67,7 @@ include .depend
# Enable/disable debugging, disabled by default # Enable/disable debugging, disabled by default
# CXXFLAGS += -DNDEBUG CXXFLAGS += -DNDEBUG
# Compile with full warnings, and symbol names stripped, you can use # Compile with full warnings, and symbol names stripped, you can use