add fibonacci example

This commit is contained in:
Folkert 2021-09-15 23:34:27 +02:00
parent 15fd312b6f
commit 2de9856576
5 changed files with 144 additions and 1 deletions

View file

@ -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 {