You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bootstrap/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
25
25
- If you have Rust already installed, `x.py` will now infer the host target
26
26
from the default rust toolchain. [#78513](https://github.com/rust-lang/rust/pull/78513)
27
27
- Add options for enabling overflow checks, one for std (`overflow-checks-std`) and one for everything else (`overflow-checks`). Both default to false.
28
+
- Add llvm option `enable-warnings` to have control on llvm compilation warnings. Default to false.
0 commit comments