diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-06-10 10:22:57 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-06-10 10:22:57 +0200 |
commit | cd7fc8c3fcb04a164ed5d53b76523e6217212114 (patch) | |
tree | 28cc7eb0ab07e1905f57471a9b854f47752b40e7 /README.md | |
parent | e57d6dc818ed07e26e5014d7215580104d540b18 (diff) | |
download | rules-cc-cd7fc8c3fcb04a164ed5d53b76523e6217212114.tar.gz |
Update derived files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ A rule to provide protoc/GRPC defaults. Used to implement `["CC/proto", "default | Field | Description | | ----- | ----------- | | `"PROTOC"` | The proto compiler. If `"toolchain"` is empty, this field's value is considered the proto compiler name that is looked up in `"PATH"`. If `"toolchain"` is non-empty, this field's value is assumed to be the relative path to the proto compiler in `"toolchain"`. Specifying this field overwrites values from `"base"`. | +| `"PROTOCFLAGS"` | Protobuf compiler flags. Specifying this field overwrites values from `"base"`. | +| `"ADD_PROTOCFLAGS"` | Additional protobuf compiler flags. Specifying this field extends values from `"base"`. | | `"LDFLAGS"` | Linker flags for linking the final CC library. Specifying this field overwrites values from `"base"`. | | `"ADD_LDFLAGS"` | Additional linker flags for linking the final CC library. Specifying this field extends values from `"base"`. | | `"GRPC_PLUGIN"` | The GRPC plugin for the proto compiler. If `"toolchain"` is empty, this field's value is considered to be the absolute system path to the plugin. If `"toolchain"` is non-empty, this field's value is assumed to be the relative path to the plugin in `"toolchain"`. Specifying this field overwrites values from `"base"`. | |