From 9ba9b213ed613ad76fab159bad72de3f855028f5 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 29 Jan 2017 21:48:03 +0100 Subject: [PATCH] c++1z --- Makefile | 2 +- obuild.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5dfe924..ab73936 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ OCTASTD_PATH = ../octastd FILES = main.o -OB_CXXFLAGS += -std=c++14 -I. -I$(CUBESCRIPT_PATH)/include -I$(OCTASTD_PATH) -pthread +OB_CXXFLAGS += -std=c++1z -I. -I$(CUBESCRIPT_PATH)/include -I$(OCTASTD_PATH) -pthread all: obuild diff --git a/obuild.cfg b/obuild.cfg index 3ee3be7..79dd82c 100644 --- a/obuild.cfg +++ b/obuild.cfg @@ -7,7 +7,7 @@ OS_PATH = "../octastd" FILES = [main_ob.o] -OB_CXXFLAGS = [@OB_CXXFLAGS -std=c++14 -I. -I@CS_PATH/include -I@OS_PATH -pthread] +OB_CXXFLAGS = [@OB_CXXFLAGS -std=c++1z -I. -I@CS_PATH/include -I@OS_PATH -pthread] rule obuild $FILES [ echo " LD" $target