Skip to content

Commit 551a49d

Browse files
committed
Silence warning in default compiler bootstrap settings
1 parent ac9ac0e commit 551a49d

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)