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:
parent
f27077761a
commit
155c54ce62
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
*/
|
||||
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_package = "crosby.binary";
|
||||
package OSMPBF;
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
*/
|
||||
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_package = "crosby.binary";
|
||||
package OSMPBF;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue