From 2dbcd4f323bd9423af6483b96bb57d0b4d681b38 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 8 Apr 2025 10:21:45 +0200 Subject: grpc_cpp_plugin target: Clear DEBUG flag Similarly to the proto compiler, this target is a third-party binary and as such we do not care if it is built in release or debug mode, so always clear the DEBUG flag. --- etc/import/src/compiler/TARGETS.grpc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc') diff --git a/etc/import/src/compiler/TARGETS.grpc b/etc/import/src/compiler/TARGETS.grpc index db22e74d..b64eb013 100644 --- a/etc/import/src/compiler/TARGETS.grpc +++ b/etc/import/src/compiler/TARGETS.grpc @@ -51,6 +51,11 @@ ] } , "grpc_cpp_plugin": + { "type": "configure" + , "target": "grpc_cpp_plugin (unconfigured)" + , "config": {"type": "'", "$1": {"DEBUG": null}} + } +, "grpc_cpp_plugin (unconfigured)": { "type": ["@", "rules", "CC", "binary"] , "name": ["grpc_cpp_plugin"] , "srcs": ["cpp_plugin.cc"] -- cgit v1.2.3