trying clang 3.8
This commit is contained in:
parent
b885df36de
commit
6a5443b506
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ addons:
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
- g++-multilib
|
- g++-multilib
|
||||||
sources:
|
sources:
|
||||||
- llvm-toolchain-precise-3.7
|
- llvm-toolchain-precise-3.8
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
language: cpp
|
language: cpp
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
|
|
@ -22,13 +22,13 @@ OBJECTS = $(SRC_DIR)/basecode.cpp \
|
||||||
$(SRC_DIR)/support.cpp \
|
$(SRC_DIR)/support.cpp \
|
||||||
$(SRC_DIR)/waypoint.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_DEBUG_FLAGS = -D_DEBUG -DDEBUG -g -ggdb3
|
||||||
|
|
||||||
C_GCC_FLAGS = -fvisibility=hidden
|
C_GCC_FLAGS = -fvisibility=hidden
|
||||||
CPP_GCC_FLAGS = -fvisibility-inlines-hidden
|
CPP_GCC_FLAGS = -fvisibility-inlines-hidden
|
||||||
|
|
||||||
CPP = clang-3.7
|
CPP = clang-3.8
|
||||||
CPP_MAC = o32-clang
|
CPP_MAC = o32-clang
|
||||||
|
|
||||||
LINK =
|
LINK =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue