Skip to content

Commit b99462a

Browse files
committed
add entry to bootstrap change tracker for new rustflags options
1 parent fc508c2 commit b99462a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
576576
severity: ChangeSeverity::Info,
577577
summary: "`llvm.enzyme` now works with `download-ci-llvm=true`.",
578578
},
579+
ChangeInfo {
580+
change_id: 148795,
581+
severity: ChangeSeverity::Info,
582+
summary: "New options `rust.rustflags` for all targets and `rustflags` par target that will pass specified flags to rustc for all stages. Target specific flags override (are passed after) global `rust.rustflags` ones.",
583+
},
579584
];

0 commit comments

Comments
 (0)