From 5f232e0667f402c2a66151b787ae4a3af9fc00f1 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Fri, 24 Jul 2009 14:18:03 +0100 Subject: [PATCH] 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 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2