mirror of https://github.com/bazelbuild/rules_cc
Remove breakpad support from bazel
PiperOrigin-RevId: 125385321
This commit is contained in:
parent
c3f9f8d68f
commit
5e3e5c8d64
|
@ -305,9 +305,6 @@ message CToolchain {
|
|||
optional bool supports_fission = 43 [default = false];
|
||||
// Can generate dsym debug symbol information.
|
||||
optional bool supports_dsym = 51 [default = false];
|
||||
// Can generate a breakpad file. Requires that support_dsym=true,
|
||||
// otherwise an error will be thrown.
|
||||
optional bool supports_breakpad = 52 [default = false];
|
||||
optional bool needsPic = 12 [default = false];
|
||||
|
||||
// Compiler flags for C/C++/Asm compilation.
|
||||
|
|
Loading…
Reference in New Issue