mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
disable debugging flag
This commit is contained in:
parent
5ebd18cee0
commit
2ddf0ce180
3 changed files with 1 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue