disable debugging flag

This commit is contained in:
Folkert 2023-09-14 14:26:18 +02:00
parent 5ebd18cee0
commit 2ddf0ce180
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 1 additions and 6 deletions

View file

@ -249,9 +249,6 @@ fn mono_module_to_dylib_llvm<'a>(
// Uncomment this to see the module's un-optimized LLVM instruction output:
// env.module.print_to_stderr();
dbg!(&main_fn_name);
env.module.print_to_file("/tmp/output.ll");
if main_fn.verify(true) {
function_pass.run_on(&main_fn);
} else {