diff --git a/compiler/base/orchestrator/src/coordinator.rs b/compiler/base/orchestrator/src/coordinator.rs index 4a6e2719..33fd5e14 100644 --- a/compiler/base/orchestrator/src/coordinator.rs +++ b/compiler/base/orchestrator/src/coordinator.rs @@ -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");