Switched to Xenial for Travis.
Fixed makefile for clang8 to avoid libstdc++ linking.
This commit is contained in:
parent
10e94e0bee
commit
7d3c4a0be0
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
language: cpp
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ BINARY_OUTPUT = $(PROJECT).$(LIBRARY_EXT)
|
|||
ifeq ($(findstring clang,$(COMPILER)),clang)
|
||||
ifeq "$(OSX)" "false"
|
||||
LINKER_FLAGS += -lgcc_eh
|
||||
else
|
||||
LINKER_FLAGS += -nostdlib++ -Wunused-command-line-argument
|
||||
endif
|
||||
else ifeq ($(findstring gcc,$(COMPILER)),gcc)
|
||||
ifneq "$(OSX)" "false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue