Try backing off to older C++ standard for older g++

This commit is contained in:
Eric Fischer 2016-04-25 09:58:36 -07:00
parent 03d5c89742
commit 4e71c40f54

View File

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