The max. C++ Standard to be used (pEp-wide) has now been raised to C++14

pull/8/head
heck 2 years ago
parent 9d810df05e
commit 84eccb382a

@ -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)

Loading…
Cancel
Save