From 79ac597fca7ea8d8e9e4e399d4dcbd232af4c7cb Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 5 Mar 2016 17:10:39 +0100 Subject: changing compiler to clang-3.6 --- unittest/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unittest') diff --git a/unittest/Makefile b/unittest/Makefile index 7606c65..aa9d53a 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -1,5 +1,6 @@ CC = $(PREFIX)-gcc -CXX = $(PREFIX)-g++ +#CXX = $(PREFIX)-g++ +CXX = clang++-3.6 LD = $(CXX) INCLUDE = -I../include -ICatch/single_include/ -- cgit v1.2.1