From 6a5443b506a20624c3cb249eef09a5aaccfe7cd8 Mon Sep 17 00:00:00 2001 From: jeefo Date: Wed, 14 Sep 2016 22:57:18 +0300 Subject: [PATCH] trying clang 3.8 --- .travis.yml | 2 +- project/makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f7f669..29060f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ addons: - gcc-multilib - g++-multilib sources: - - llvm-toolchain-precise-3.7 + - llvm-toolchain-precise-3.8 - ubuntu-toolchain-r-test language: cpp branches: diff --git a/project/makefile b/project/makefile index e97397c..dff8a11 100644 --- a/project/makefile +++ b/project/makefile @@ -22,13 +22,13 @@ OBJECTS = $(SRC_DIR)/basecode.cpp \ $(SRC_DIR)/support.cpp \ $(SRC_DIR)/waypoint.cpp \ -C_OPT_FLAGS = -O2 -DNDEBUG -pipe -fno-strict-aliasing +C_OPT_FLAGS = -O2 -DNDEBUG -pipe -fno-strict-aliasing -mtune=generic C_DEBUG_FLAGS = -D_DEBUG -DDEBUG -g -ggdb3 C_GCC_FLAGS = -fvisibility=hidden CPP_GCC_FLAGS = -fvisibility-inlines-hidden -CPP = clang-3.7 +CPP = clang-3.8 CPP_MAC = o32-clang LINK =