mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
turn debug mode off
This commit is contained in:
parent
c9809fff2a
commit
55c760dd7a
@ -23,7 +23,7 @@ pub fn func_name_bytes(proc: &Proc) -> [u8; SIZE] {
|
||||
func_name_bytes_help(proc.name, proc.args.iter().map(|x| x.0), proc.ret_layout)
|
||||
}
|
||||
|
||||
const DEBUG: bool = true;
|
||||
const DEBUG: bool = false;
|
||||
const SIZE: usize = if DEBUG { 50 } else { 16 };
|
||||
|
||||
#[derive(Debug, Clone, Copy, Hash)]
|
||||
|
Loading…
Reference in New Issue
Block a user