disable debugging info

This commit is contained in:
Folkert 2023-09-14 11:51:03 +02:00
parent 520bac2905
commit 7c584dd5d8
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 3 additions and 3 deletions

View file

@ -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));
}

View file

@ -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));
}