mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fix bug where incorrect stack size is given
This commit is contained in:
parent
c73c01aa34
commit
fd209f90ff
5 changed files with 93 additions and 41 deletions
|
@ -265,7 +265,8 @@ pub fn helper<'a>(
|
|||
let target = target_lexicon::Triple::host();
|
||||
|
||||
let opt_level = if cfg!(debug_assertions) {
|
||||
OptLevel::Normal
|
||||
// OptLevel::Normal
|
||||
OptLevel::Optimize
|
||||
} else {
|
||||
OptLevel::Optimize
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue