-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cap'n Proto's lite mode disables all reflection and I/O features, so that a lean library for encoding and decoding messages remains. This especially is required for targeting Android with API level 21, because libkj-async requires API level 23 or later for sigtimedwait. It may be necessary to additionally add a tool_requires("capnproto") when using lite mode, just like when cross-compiling, so that capnpc is available to the lite build of libcapnp and libkj.
- Loading branch information
Showing
1 changed file
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters