summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-06-10 10:22:57 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2024-06-10 10:22:57 +0200
commitcd7fc8c3fcb04a164ed5d53b76523e6217212114 (patch)
tree28cc7eb0ab07e1905f57471a9b854f47752b40e7
parente57d6dc818ed07e26e5014d7215580104d540b18 (diff)
downloadrules-cc-cd7fc8c3fcb04a164ed5d53b76523e6217212114.tar.gz
Update derived files
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 565aaa0..5b8c128 100644
--- a/README.md
+++ b/README.md
@@ -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"`. |