aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-06-12 12:49:30 +1000
committerNeil <nyamatongwe@gmail.com>2017-06-12 12:49:30 +1000
commite57183504381c137e851265b0083c429ac65246f (patch)
tree5ffd4a452381fcec7aca9d8a324cce2c7f7fcc58 /gtk/makefile
parentefb52182a856e61f0f89a51f21600e6acb226b0f (diff)
downloadscintilla-mirror-e57183504381c137e851265b0083c429ac65246f.tar.gz
Back down from gnu++17 to gnu++14 so can build with g++ on current Ubuntu.
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
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