testing travis

This commit is contained in:
jeefo 2016-09-12 20:03:43 +03:00 committed by GitHub
commit 4157fa3caf

View file

@ -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 =