Use C++14 instead of C++11

This commit is contained in:
Mr_Goldberg 2021-09-19 01:09:25 -04:00
parent 1bc2fc9d42
commit a32853e643
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
4 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
.DEFAULT_GOAL := all
CXX=clang++
CXX_FLAGS += -fPIC -std=c++11
CXX_FLAGS += -fPIC -std=c++14
LD_FLAGS += -shared -lprotobuf-lite -ldl -Wl,--no-undefined
LIBRARY_NAME=libsteam_api.so
RM = rm -f