From 84eccb382a43ed2e350957c382fa4f1a639d2f92 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 26 Mar 2021 17:54:39 +0100 Subject: [PATCH] The max. C++ Standard to be used (pEp-wide) has now been raised to C++14 --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index 107dd57..6e152b5 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -12,7 +12,7 @@ PREFIX?=$(HOME) ENGINE_LIB_PATH=$(PREFIX)/lib ENGINE_INC_PATH=$(PREFIX)/include -CXXFLAGS+=-std=c++11 -fPIC +CXXFLAGS+=-std=c++14 -fPIC # Build target BUILD_FOR:=$(shell uname)