diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-08 10:21:45 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-04-08 10:21:47 +0200 |
commit | 2dbcd4f323bd9423af6483b96bb57d0b4d681b38 (patch) | |
tree | ee6a1a13dda40f2b54852ea1a6fb6d2ae300877c /etc | |
parent | 47f857e692bada70aff4103894125c0cd19d4b41 (diff) | |
download | justbuild-2dbcd4f323bd9423af6483b96bb57d0b4d681b38.tar.gz |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/import/src/compiler/TARGETS.grpc | 5 |
1 files changed, 5 insertions, 0 deletions
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"] |