From 47f857e692bada70aff4103894125c0cd19d4b41 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 8 Apr 2025 10:11:48 +0200 Subject: 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. --- etc/import/src/google/protobuf/TARGETS.protobuf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc') 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"]] -- cgit v1.2.3