diff --git a/Makefile.conf b/Makefile.conf index 107dd57..6e152b5 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -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)