From 4157fa3caff7a98bf797b729a8c8e203063c77e5 Mon Sep 17 00:00:00 2001 From: jeefo Date: Mon, 12 Sep 2016 20:03:43 +0300 Subject: [PATCH] testing travis --- project/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/makefile b/project/makefile index 114b821..aab230f 100644 --- a/project/makefile +++ b/project/makefile @@ -26,7 +26,7 @@ C_OPT_FLAGS = -O3 -DNDEBUG=1 -fno-exceptions -fno-rtti -funroll-loops -fomit-fr C_DEBUG_FLAGS = -D_DEBUG -DDEBUG -g -ggdb3 C_GCC4_FLAGS = -fvisibility=hidden CPP_GCC4_FLAGS = -fvisibility-inlines-hidden -CPP = clang +CPP = clang-3.7 CPP_OSX = clang LINK =