bazel icon indicating copy to clipboard operation
bazel copied to clipboard

[C++] Custom user flags to archiver call

Open Fil-Den opened this issue 1 year ago • 0 comments

Description of the feature request:

I want to use the C++ toolchain and have the ability to pass custom flags to the archiving action.

For now it may be only fixed flags: https://github.com/bazelbuild/bazel/blob/master/tools/cpp/windows_cc_toolchain_config.bzl#L507

Which category does this issue belong to?

No response

What underlying problem are you trying to solve with this feature?

No response

Which operating system are you running Bazel on?

No response

What is the output of bazel info release?

No response

If bazel info release returns development version or (@non-git), tell us how you built Bazel.

No response

What's the output of git remote get-url origin; git rev-parse HEAD ?

No response

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

Fil-Den avatar Jun 23 '24 09:06 Fil-Den