Skip to content

Commit

Permalink
Update src/bootstrap/src/core/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Onur Özkan <[email protected]>
  • Loading branch information
scottmcm and onur-ozkan committed Apr 18, 2024
1 parent 90b4c86 commit b8ac5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ impl<'a> Builder<'a> {
// during incremental builds" heuristic for the standard library.
rustflags.arg("-Zinline-mir");

// always pass this after the next `#[cfg(bootstrap)]` update.
// FIXME: always pass this after the next `#[cfg(bootstrap)]` update.
if compiler.stage != 0 {
// Similarly, we need to keep debug info for functions inlined into other std functions,
// even if we're not going to output debuginfo for the crate we're currently building,
Expand Down

0 comments on commit b8ac5c0

Please sign in to comment.