Try with clang++ instead

This commit is contained in:
Eric Fischer 2016-04-25 10:22:14 -07:00
parent 4e71c40f54
commit 2afd0bf31b
2 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,8 @@ install:
export CXXFLAGS="--coverage -g";
export CFLAGS="--coverage -g";
export LDFLAGS="--coverage";
elif [[ $(uname -s) == 'Linux' ]]; then
export CXX=clang++;
fi;
- make

View File

@ -5,7 +5,7 @@ MANDIR ?= $(PREFIX)/share/man/man1/
CC := $(CC)
CXX := $(CXX)
CFLAGS := $(CFLAGS)
CXXFLAGS := $(CXXFLAGS) -std=c++0x
CXXFLAGS := $(CXXFLAGS) -std=c++11
LDFLAGS := $(LDFLAGS)
all: tippecanoe tippecanoe-enumerate tippecanoe-decode tile-join