358#
359# Under Windows this should be `yarn.cmd` or path to it (verified on nodejs v18.06), or
360▶# error will be emitted.
361#build.yarn = "yarn"
362
· · ·
773#rust.optimize-tests = true
774
775▶# Flag indicating whether codegen tests will be run or not. If you get an error
776# saying that the FileCheck executable is missing, you may want to disable this.
777# Also see the target's llvm-filecheck option.
· · ·
828
829# Whether to deny warnings in crates. Set to `false` to avoid
830▶# error: warnings are denied by `build.warnings` configuration
831#rust.deny-warnings = true
832
· · ·
833▶# Print backtrace on internal compiler errors during bootstrap
834#rust.backtrace-on-ice = false
835
· · ·
905#rust.std-features = ["panic_unwind"]
906
907▶# Trigger a `DebugBreak` after an internal compiler error during bootstrap on Windows
908#rust.break-on-ice = true
909