diff options
| author | bors <bors@rust-lang.org> | 2025-05-12 09:05:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-12 09:05:46 +0000 |
| commit | bc7512ee6309ee7e8cacf87b94aa6d1f550c9d99 (patch) | |
| tree | 630af766f8f16d1f87f204fcf2d2f83fee66c422 | |
| parent | ac9ac0e0f36dcd7f8a8f0405cd003585fe4e4426 (diff) | |
| parent | 551a49df59a0985e0cfe3d29a33c6b60bb9afd64 (diff) | |
| download | rust-bc7512ee6309ee7e8cacf87b94aa6d1f550c9d99.tar.gz rust-bc7512ee6309ee7e8cacf87b94aa6d1f550c9d99.zip | |
Auto merge of #140934 - yotamofek:pr/fix-default-compiler-bootstrap-settings, r=onur-ozkan
Silence warning in default compiler bootstrap settings Fixes #140928
| -rw-r--r-- | src/bootstrap/defaults/bootstrap.compiler.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/defaults/bootstrap.compiler.toml b/src/bootstrap/defaults/bootstrap.compiler.toml index 269b90106e3..9dcb20ed483 100644 --- a/src/bootstrap/defaults/bootstrap.compiler.toml +++ b/src/bootstrap/defaults/bootstrap.compiler.toml @@ -30,8 +30,6 @@ download-rustc = false # Having this set to true disrupts compiler development workflows for people who use `llvm.download-ci-llvm = true` # because we don't provide ci-llvm on the `rustc-alt-builds` server. Therefore, it is kept off by default. assertions = false -# Enable warnings during the LLVM compilation (when LLVM is changed, causing a compilation) -enable-warnings = true # Will download LLVM from CI if available on your platform. # If you intend to modify `src/llvm-project`, use `"if-unchanged"` or `false` instead. download-ci-llvm = true |
