587# Indicates that the build should be configured for debugging Rust. A
588# `debug`-enabled compiler and standard library will be somewhat
589▶# slower (due to e.g. checking of debug assertions) but should remain
590# usable.
591#
· · ·
838
839# Compile the compiler with a non-default ThinLTO import limit. This import
840▶# limit controls the maximum size of functions imported by ThinLTO. Decreasing
841# will make code compile faster at the expense of lower runtime performance.
842#rust.thin-lto-import-instr-limit = if incremental { 10 } else { LLVM default (currently 100) }