mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
disable debugging info
This commit is contained in:
parent
520bac2905
commit
7c584dd5d8
2 changed files with 3 additions and 3 deletions
|
@ -408,7 +408,7 @@ fn build_object<'a, B: Backend<'a>>(
|
|||
}
|
||||
|
||||
if let AssemblyBackendMode::Test = mode {
|
||||
if true {
|
||||
if false {
|
||||
println!("{}", test_helper.to_pretty(backend.interner(), 200, true));
|
||||
}
|
||||
|
||||
|
|
|
@ -813,7 +813,7 @@ impl<'a> CallerProc<'a> {
|
|||
is_erased: false,
|
||||
};
|
||||
|
||||
if true {
|
||||
if false {
|
||||
home.register_debug_idents(ident_ids);
|
||||
println!("{}", proc.to_pretty(layout_interner, 200, true));
|
||||
}
|
||||
|
@ -955,7 +955,7 @@ impl<'a> CallerProc<'a> {
|
|||
is_erased: false,
|
||||
};
|
||||
|
||||
if true {
|
||||
if false {
|
||||
home.register_debug_idents(ident_ids);
|
||||
println!("{}", proc.to_pretty(layout_interner, 200, true));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue