diff options
Diffstat (limited to 'docs/source/Compiler.md')
-rw-r--r-- | docs/source/Compiler.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/Compiler.md b/docs/source/Compiler.md index 7b15c79d..296e998e 100644 --- a/docs/source/Compiler.md +++ b/docs/source/Compiler.md @@ -229,5 +229,10 @@ Additional options: - `--force-empty-vectors` : When serializing from object API representation, force vectors to empty rather than null. +- `--flexbuffers` : Used with "binary" and "json" options, it generates + data using schema-less FlexBuffers. + +- `--no-warnings` : Inhibit all warning messages. + NOTE: short-form options for generators are deprecated, use the long form whenever possible. |