mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
add fibonacci example
This commit is contained in:
parent
15fd312b6f
commit
2de9856576
5 changed files with 144 additions and 1 deletions
|
@ -427,7 +427,7 @@ fn gen_from_mono_module_dev_assembly(
|
|||
target: &target_lexicon::Triple,
|
||||
app_o_file: &Path,
|
||||
) -> CodeGenTiming {
|
||||
let lazy_literals = false; // an optimization (should this be on by default?)
|
||||
let lazy_literals = true;
|
||||
let generate_allocators = false; // provided by the platform
|
||||
|
||||
let env = roc_gen_dev::Env {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue