AeonLucid / POGOProtos

A central repository for all proto files of PokémonGO.
MIT License
726 stars 279 forks source link

added optimize_for option #232

Closed pperle closed 7 years ago

pperle commented 8 years ago

Can be set to SPEED, CODE_SIZE, or LITE_RUNTIME. This affects the C++ and Java code generators (and possibly third-party generators). https://developers.google.com/protocol-buffers/docs/proto3#options

AeonLucid commented 7 years ago

Please let me know if this is still relevant.