mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 04:33:23 +00:00
Started implementation for private flags in rust (#7269)
Adds flag to the cpp to fix bad annotations in all the languages Addresses comments to the PR, and fixes logic for leaking annotations
This commit is contained in:
@@ -456,6 +456,11 @@ flatc(
|
||||
prefix=cpp_17_prefix,
|
||||
)
|
||||
|
||||
# Private annotations
|
||||
annotations_test_schema = "private_annotation_test.fbs"
|
||||
|
||||
flatc(RUST_OPTS + ["--no-leak-private-annotation", "--gen-object-api"], prefix="private_annotation_test", schema=annotations_test_schema)
|
||||
|
||||
# Sample files
|
||||
samples_schema = "monster.fbs"
|
||||
flatc(BASE_OPTS + CPP_OPTS + LOBSTER_OPTS, schema=samples_schema, cwd=samples_path)
|
||||
|
||||
Reference in New Issue
Block a user