mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue