mirror of https://github.com/bazelbuild/rules_cc
Make bazel option --collect_symbol_counts a noop
Our reasoning: * it only works with gold * it was broken for the last 3 months (since unknown commit) (silently did nothing and nobody complained) * we see almost zero usage of this option RELNOTES: None. PiperOrigin-RevId: 228116158
This commit is contained in:
parent
17818b2501
commit
05d087e921
|
@ -352,6 +352,7 @@ message CToolchain {
|
|||
|
||||
// Feature flags.
|
||||
// TODO(bazel-team): Sink those into 'Feature' instances.
|
||||
// Legacy field, ignored by Bazel.
|
||||
optional bool supports_gold_linker = 10 [default = false];
|
||||
// Legacy field, ignored by Bazel.
|
||||
optional bool supports_thin_archives = 11 [default = false];
|
||||
|
|
Loading…
Reference in New Issue