How to Invoke objcopy from the Command Line in Bazel Build? #26488
Unanswered
alugalashravankumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’m trying to figure out how to invoke objcopy as part of a Bazel build from the command line.
For example, for strip we can run something like:
bazel build //examples/example1:example_c.stripped
Similarly, I want to invoke objcopy on the output binary.
Is there a standard or recommended way to achieve this in Bazel?
Beta Was this translation helpful? Give feedback.
All reactions