mirror of https://github.com/bazelbuild/rules_cc
Make C++ archiving use action_configs instead of hardcoded flags
RELNOTES: Use action_config in crosstool for static library archiving, remove ar_flag. PiperOrigin-RevId: 157685703
This commit is contained in:
parent
e975b380fb
commit
94ad5f559a
|
@ -386,6 +386,7 @@ message CToolchain {
|
|||
repeated string ld_embed_flag = 23;
|
||||
// Ar flags for combining object files into archives. If this is not set, it
|
||||
// defaults to "rcsD".
|
||||
// TODO(b/37271982): Remove after blaze with ar action_config release
|
||||
repeated string ar_flag = 47;
|
||||
// Legacy field, ignored by Bazel.
|
||||
repeated string ar_thin_archives_flag = 48;
|
||||
|
|
Loading…
Reference in New Issue