summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-05-25 13:51:17 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-05-25 13:51:17 +0100
commitb42de850314e7d76f873ddc7d64c5f7d2a30eb00 (patch)
tree8968f1fed86a5e8fc7df2796450d028a722a17d0 /src/Makefile
parent41319d2708bb311b2bd0b82ec310ae985f9b5861 (diff)
Migrate code to c++14
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e30c6f2b..6da2d796 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -9,7 +9,7 @@ bindir := $(DESTDIR)$(PREFIX)/bin
sharedir := $(DESTDIR)$(PREFIX)/share/kak
docdir := $(DESTDIR)$(PREFIX)/share/doc/kak
-CXXFLAGS += -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -pedantic
+CXXFLAGS += -std=c++14 -g -Wall -Wno-reorder -Wno-sign-compare -pedantic
ifneq (,$(findstring CYGWIN,$(os)))
LDFLAGS += -rdynamic
endif