mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
allow configure of whether roc_alloc is generated
This commit is contained in:
parent
f921bfc1a7
commit
66be08d073
8 changed files with 47 additions and 15 deletions
|
@ -190,7 +190,7 @@ pub fn helper(
|
|||
module_id,
|
||||
exposed_to_host: exposed_to_host.top_level_values.keys().copied().collect(),
|
||||
lazy_literals,
|
||||
generate_allocators: true, // Needed for testing, since we don't have a platform
|
||||
mode: roc_gen_dev::AssemblyBackendMode::Test,
|
||||
};
|
||||
|
||||
let target = target_lexicon::Triple::host();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue