mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
turn debug mode off
This commit is contained in:
parent
c9809fff2a
commit
55c760dd7a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue