mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04: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
|
|
@ -1,2 +1,2 @@
|
|||
protoc -I./dll/ --cpp_out=./dll/ ./dll/*.proto
|
||||
clang++ -shared -fPIC -o libsteam_api.so dll/*.cpp dll/*.cc -g3 -Wno-return-type -fsanitize=address -lasan -lprotobuf-lite -std=c++11 && echo built
|
||||
clang++ -shared -fPIC -o libsteam_api.so dll/*.cpp dll/*.cc -g3 -Wno-return-type -fsanitize=address -lasan -lprotobuf-lite -std=c++14 && echo built
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue