From: Marco Costalba Date: Fri, 24 Jul 2009 13:18:03 +0000 (+0100) Subject: Revert Makefile changes X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=5f232e0667f402c2a66151b787ae4a3af9fc00f1 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 --- diff --git a/src/Makefile b/src/Makefile index 09e79563..5e27f9e7 100644 --- 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