bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

FR: cc_binary should have stripopts parameter #101

Open djmarcin opened 3 years ago

djmarcin commented 3 years ago

Description of the problem / feature request:

cc_binary should have a stripopts parameter for specifying how the target will be stripped by default when depending on the target.stripped target.

Feature requests: what underlying problem are you trying to solve with this feature?

The user should not have to control this globally from the command line. This would be an analog for linkopts.