diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-12-22 20:52:40 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-12-22 20:52:40 +0200 |
commit | cfc517f36b3263bb583751f4cee0e58eeff98c5f (patch) | |
tree | 78736130e6df70a8a91228a8167f6e66b467a577 /docs | |
parent | baf44b367f726484c315f204f1bf95ba40af86fa (diff) |
Add compilation option to disable struct packing.
Update issue 136
Status: FixedInGit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference.rst b/docs/reference.rst index ccbf0a4d..8018bdb9 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -24,6 +24,9 @@ __BIG_ENDIAN__ Set this if your platform stores integers and floats in big-endian format. Mixed-endian systems (different layout for ints and floats) are currently not supported. +PB_NO_PACKED_STRUCTS Disable packed structs. Increases RAM usage but + is necessary on some platforms that do not + support unaligned memory access. PB_ENABLE_MALLOC Set this to enable dynamic allocation support in the decoder. PB_MAX_REQUIRED_FIELDS Maximum number of required fields to check for |