Skip to content

Commit bc7512e

Browse files
committed
Auto merge of rust-lang#140934 - yotamofek:pr/fix-default-compiler-bootstrap-settings, r=onur-ozkan
Silence warning in default compiler bootstrap settings Fixes rust-lang#140928
2 parents ac9ac0e + 551a49d commit bc7512e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/defaults/bootstrap.compiler.toml

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ download-rustc = false
3030
# Having this set to true disrupts compiler development workflows for people who use `llvm.download-ci-llvm = true`
3131
# because we don't provide ci-llvm on the `rustc-alt-builds` server. Therefore, it is kept off by default.
3232
assertions = false
33-
# Enable warnings during the LLVM compilation (when LLVM is changed, causing a compilation)
34-
enable-warnings = true
3533
# Will download LLVM from CI if available on your platform.
3634
# If you intend to modify `src/llvm-project`, use `"if-unchanged"` or `false` instead.
3735
download-ci-llvm = true

0 commit comments

Comments
 (0)