Skip to content

Commit c700e86

Browse files
committed
add entry to bootstrap change tracker for new rustflags options
1 parent 493dd58 commit c700e86

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
@@ -581,4 +581,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
581581
severity: ChangeSeverity::Info,
582582
summary: "The `build.python` option is now respected on macOS (previously ignored and forced to be /usr/bin/python3).",
583583
},
584+
ChangeInfo {
585+
change_id: 148795,
586+
severity: ChangeSeverity::Info,
587+
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.",
588+
},
584589
];

0 commit comments

Comments
 (0)