Use LITE_RUNTIME option.

This way we can link to the smaller libprotobuf-lite. We can't use
reflection, but thats not really needed in most cases.
This commit is contained in:
Jochen Topf 2011-04-13 21:41:59 +02:00
parent f27077761a
commit 155c54ce62
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
*/
option optimize_for = LITE_RUNTIME;
option java_package = "crosby.binary";
package OSMPBF;

View File

@ -15,6 +15,7 @@
*/
option optimize_for = LITE_RUNTIME;
option java_package = "crosby.binary";
package OSMPBF;