diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-08 10:11:48 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-08 10:17:26 +0200 |
commit | 47f857e692bada70aff4103894125c0cd19d4b41 (patch) | |
tree | 81654b22b4feaf71582e6cb94d7f710299ff61d2 /etc | |
parent | 923f23828c63cb88225663d0d48a41362f4fbd81 (diff) | |
download | justbuild-47f857e692bada70aff4103894125c0cd19d4b41.tar.gz |
protoc target: Clear DEBUG flag
As we only care about the result of proto targets, we do not care
if the proto compiler is built in release or debug mode, so always
clear the DEBUG flag for this binary.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/import/src/google/protobuf/TARGETS.protobuf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/import/src/google/protobuf/TARGETS.protobuf b/etc/import/src/google/protobuf/TARGETS.protobuf index d36995d9..67868324 100644 --- a/etc/import/src/google/protobuf/TARGETS.protobuf +++ b/etc/import/src/google/protobuf/TARGETS.protobuf @@ -673,6 +673,11 @@ , "deps": [["@", "absl", "absl/log", "initialize"], ["", "libprotobuf"]] } , "protoc": + { "type": "configure" + , "target": "protoc (unconfigured)" + , "config": {"type": "'", "$1": {"DEBUG": null}} + } +, "protoc (unconfigured)": { "type": ["@", "rules", "CC", "binary"] , "name": ["protoc"] , "private-deps": [["", "libprotoc"]] |