add rust.break-on-ice to bootstrap.toml

This commit is contained in:
beepster4096 2025-08-28 17:41:48 -07:00
parent 75ee9ffd5e
commit 768dcbecdd
5 changed files with 18 additions and 2 deletions

View file

@ -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
#