Browse Source

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

pull/8/head
heck 4 years ago
parent
commit
84eccb382a
  1. 2
      Makefile.conf

2
Makefile.conf

@ -12,7 +12,7 @@ PREFIX?=$(HOME)
ENGINE_LIB_PATH=$(PREFIX)/lib ENGINE_LIB_PATH=$(PREFIX)/lib
ENGINE_INC_PATH=$(PREFIX)/include ENGINE_INC_PATH=$(PREFIX)/include
CXXFLAGS+=-std=c++11 -fPIC CXXFLAGS+=-std=c++14 -fPIC
# Build target # Build target
BUILD_FOR:=$(shell uname) BUILD_FOR:=$(shell uname)

Loading…
Cancel
Save