commit | f13042bd9e4fd892b025f6dbcd830d781864770c | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Nov 25 23:11:41 2020 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Dec 03 13:01:28 2020 -0800 |
tree | fb801503fbe1c0551220c6d6b238f88a77139bc1 | |
parent | 29ce299587ee665f8047b3014338beafc769f53e [diff] [blame] |
Require explicit IDs for flatbuffers This will hopefully make it a lot harder for us to accidentally change the binary schema. Change-Id: Ied685f7b6872031c0ebf7426aeadd203e5f1eace
diff --git a/third_party/flatbuffers/build_defs.bzl b/third_party/flatbuffers/build_defs.bzl index f9c06f8..f496dab 100644 --- a/third_party/flatbuffers/build_defs.bzl +++ b/third_party/flatbuffers/build_defs.bzl
@@ -22,6 +22,7 @@ "--keep-prefix", "--cpp-std", "c++17", + "--require-explicit-ids", "--gen-mutable", "--reflect-names", "--cpp-ptr-type flatbuffers::unique_ptr",