Browse Source

C++ standard pEp-wide has been reverted to C++11

Release_2.1
heck 4 years ago
parent
commit
e27d594be6
  1. 3
      Makefile.conf

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

Loading…
Cancel
Save