From e57183504381c137e851265b0083c429ac65246f Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 Jun 2017 12:49:30 +1000 Subject: Back down from gnu++17 to gnu++14 so can build with g++ on current Ubuntu. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/makefile b/gtk/makefile index 07a28a3a6..39d811b83 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -78,7 +78,7 @@ else CTFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS) endif -CXXTFLAGS:=--std=gnu++17 $(CTFLAGS) $(REFLAGS) +CXXTFLAGS:=--std=gnu++14 $(CTFLAGS) $(REFLAGS) CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) MARSHALLER=scintilla-marshal.o -- cgit v1.2.3