Skip to content

Commit 78e5faa

Browse files
committed
refactor: log midenc arguments on cargo miden build
1 parent ca72854 commit 78e5faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cargo-miden/src/compile_masm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub fn wasm_to_masm(
4545
];
4646
args.append(&mut midenc_args);
4747

48+
log::debug!("midenc arguments: {}", &args.join(" "));
4849
let session = Rc::new(Compiler::new_session([input], None, args));
4950
let context = Rc::new(Context::new(session));
5051
println!("Creating Miden package {}", output_file.display());

0 commit comments

Comments
 (0)