From be11a796c17ac266b810af3a6dc5e9ff2b9d0a9e Mon Sep 17 00:00:00 2001 From: Mathieu Giraud Date: Tue, 10 May 2016 06:59:11 +0200 Subject: [PATCH] tests/Makefile: do not override CXX when it is defined as in algo/Makefile --- algo/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo/tests/Makefile b/algo/tests/Makefile index ae79bb50d..596dc55a6 100644 --- a/algo/tests/Makefile +++ b/algo/tests/Makefile @@ -1,4 +1,4 @@ -CXX=g++ +CXX?=g++ INCLUDE=-I .. OPTIM=-g -O0 $(COVERAGE) override CXXFLAGS += -std=c++11 -W -Wall $(OPTIM) -- GitLab