From e27d594be6d185bbb42e44fdd2f50fe0fb5f4485 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 14 May 2021 16:19:31 +0200 Subject: [PATCH] C++ standard pEp-wide has been reverted to C++11 --- Makefile.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index ad57f57..70d14fc 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -13,7 +13,8 @@ PREFIX?=$(HOME) ENGINE_LIB_PATH=$(PREFIX)/lib ENGINE_INC_PATH=$(PREFIX)/include -CXXFLAGS+=-std=c++14 -fPIC +CXXFLAGS+=-std=c++11 -fPIC + # Build target BUILD_FOR:=$(shell uname)