From 70f4e0742ed9e83b2fad3a05264f3f7cb2dc58fd Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 29 Jan 2017 21:47:16 +0100 Subject: [PATCH] c++1z --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32241365..deff006f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ OSTD_PATH = ../octastd LIBCS_CXXFLAGS = \ - -std=c++14 -Wall -Wextra -Wshadow -Wold-style-cast -Iinclude -Isrc -g \ + -std=c++1z -Wall -Wextra -Wshadow -Wold-style-cast -Iinclude -Isrc -g \ -fvisibility=hidden -I$(OSTD_PATH) LIBCS_LDFLAGS = -shared