Skip to content

Commit 95cd694

Browse files
authored
Merge pull request #1072 from tgross35/fix-asm-comments
Change `asm-comments` to `verbose-asm`
2 parents 6772c1a + 78c1bae commit 95cd694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/base/orchestrator/src/coordinator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ impl CompileRequest {
484484
// Enable extra assembly comments for nightly builds
485485
if let Channel::Nightly = self.channel {
486486
args.push("-Z");
487-
args.push("asm-comments");
487+
args.push("verbose-asm");
488488
}
489489

490490
args.push("-C");

0 commit comments

Comments
 (0)