Skip to content

Commit

Permalink
Merge pull request #1072 from tgross35/fix-asm-comments
Browse files Browse the repository at this point in the history
Change `asm-comments` to `verbose-asm`
  • Loading branch information
shepmaster authored Jul 8, 2024
2 parents 6772c1a + 78c1bae commit 95cd694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/base/orchestrator/src/coordinator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ impl CompileRequest {
// Enable extra assembly comments for nightly builds
if let Channel::Nightly = self.channel {
args.push("-Z");
args.push("asm-comments");
args.push("verbose-asm");
}

args.push("-C");
Expand Down

0 comments on commit 95cd694

Please sign in to comment.