mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
clippy
This commit is contained in:
parent
9c0408b28e
commit
413d6621c0
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ const TEST_WRAPPER_NAME: &str = "test_wrapper";
|
|||
|
||||
#[allow(dead_code)]
|
||||
pub const OPT_LEVEL: OptLevel = if cfg!(debug_assertions) {
|
||||
// OptLevel::Normal
|
||||
OptLevel::Optimize
|
||||
OptLevel::Normal
|
||||
} else {
|
||||
OptLevel::Optimize
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue