mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-05 09:30:20 +00:00
WIP infer join points too
This commit is contained in:
parent
0932c542ca
commit
047779d981
18 changed files with 156 additions and 94 deletions
|
@ -29,7 +29,8 @@ const TEST_WRAPPER_NAME: &str = "test_wrapper";
|
|||
|
||||
#[allow(dead_code)]
|
||||
pub const OPT_LEVEL: OptLevel = if cfg!(debug_assertions) {
|
||||
OptLevel::Normal
|
||||
// OptLevel::Normal
|
||||
OptLevel::Optimize
|
||||
} else {
|
||||
OptLevel::Optimize
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue