mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Use C++14 instead of C++11
This commit is contained in:
parent
1bc2fc9d42
commit
a32853e643
4 changed files with 9 additions and 9 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue