From 4e71c40f544fe6586f93a7f4bcf20e86900b92d5 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Mon, 25 Apr 2016 09:58:36 -0700 Subject: [PATCH] Try backing off to older C++ standard for older g++ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57a2346..2c84f92 100644 --- a/Makefile +++ b/Makefile @@ -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