Skip to content

Commit

Permalink
supplement CHANGELOG for add rpath in target section
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkirin committed May 8, 2023
1 parent 23e443a commit bb4976a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
from the default rust toolchain. [#78513](https://github.com/rust-lang/rust/pull/78513)
- Add options for enabling overflow checks, one for std (`overflow-checks-std`) and one for everything else (`overflow-checks`). Both default to false.
- Add llvm option `enable-warnings` to have control on llvm compilation warnings. Default to false.
- Add `rpath` option in `target` section to support set rpath option for each target independently. [#111242](https://github.com/rust-lang/rust/pull/111242)


## [Version 2] - 2020-09-25
Expand Down

0 comments on commit bb4976a

Please sign in to comment.