Skip to content

Commit bb4976a

Browse files
committed
supplement CHANGELOG for add rpath in target section
1 parent 23e443a commit bb4976a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2727
from the default rust toolchain. [#78513](https://github.com/rust-lang/rust/pull/78513)
2828
- Add options for enabling overflow checks, one for std (`overflow-checks-std`) and one for everything else (`overflow-checks`). Both default to false.
2929
- Add llvm option `enable-warnings` to have control on llvm compilation warnings. Default to false.
30+
- Add `rpath` option in `target` section to support set rpath option for each target independently. [#111242](https://github.com/rust-lang/rust/pull/111242)
3031

3132

3233
## [Version 2] - 2020-09-25

0 commit comments

Comments
 (0)