add rust.break-on-ice to bootstrap.toml
This commit is contained in:
parent
75ee9ffd5e
commit
768dcbecdd
5 changed files with 18 additions and 2 deletions
|
|
@ -856,6 +856,9 @@
|
|||
# as libstd features, this option can also be used to configure features such as optimize_for_size.
|
||||
#rust.std-features = ["panic_unwind"]
|
||||
|
||||
# Trigger a `DebugBreak` after an internal compiler error during bootstrap on Windows
|
||||
#rust.break-on-ice = true
|
||||
|
||||
# =============================================================================
|
||||
# Distribution options
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue