Skip to content

Commit

Permalink
Add change info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilstrieb committed Feb 16, 2024
1 parent 9d8f727 commit c18ac92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/src/utils/change_tracker.rs
Expand Up @@ -114,4 +114,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Warning,
summary: "A new `optimized-compiler-builtins` option has been introduced. Whether to build llvm's `compiler-rt` from source is no longer implicitly controlled by git state. See the PR for more details.",
},
ChangeInfo {
change_id: 121203,
severity: ChangeSeverity::Info,
summary: "A new `rust.frame-pointers` option has been introduced.",
},
];

0 comments on commit c18ac92

Please sign in to comment.