We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9ac0e commit 551a49dCopy full SHA for 551a49d
src/bootstrap/defaults/bootstrap.compiler.toml
@@ -30,8 +30,6 @@ download-rustc = false
30
# Having this set to true disrupts compiler development workflows for people who use `llvm.download-ci-llvm = true`
31
# because we don't provide ci-llvm on the `rustc-alt-builds` server. Therefore, it is kept off by default.
32
assertions = false
33
-# Enable warnings during the LLVM compilation (when LLVM is changed, causing a compilation)
34
-enable-warnings = true
35
# Will download LLVM from CI if available on your platform.
36
# If you intend to modify `src/llvm-project`, use `"if-unchanged"` or `false` instead.
37
download-ci-llvm = true
0 commit comments