Skip to content

Commit 04f64a3

Browse files
committed
Set default value deny-warnings for compiler profile to false
1 parent 83e49b7 commit 04f64a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/bootstrap/defaults/bootstrap.compiler.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ frame-pointers = true
2525
# e.g. check that it builds locally and check the baseline behavior of a
2626
# compiler built from latest `master` commit.
2727
download-rustc = false
28+
# Don't fail compilation when there are warnings.
29+
deny-warnings = false
2830

2931
[llvm]
3032
# Having this set to true disrupts compiler development workflows for people who use `llvm.download-ci-llvm = true`

0 commit comments

Comments
 (0)