C++11 is the standard to be used for all adapters (acc. to Volker)

sync
heck 3 years ago
parent 9a00b896a5
commit 4243c9eda0

@ -21,9 +21,9 @@ LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter
######### C++ #########
ifeq ($(BUILD_FOR),Linux)
CXX=g++ -std=c++14
CXX=g++ -std=c++11
else ifeq ($(BUILD_FOR),Darwin)
CXX=clang -std=c++14
CXX=clang -std=c++11
endif
ifeq ($(BUILD_FOR),Linux)

Loading…
Cancel
Save