mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove some unneeded changes
This commit is contained in:
parent
8855f269ba
commit
74a55664dd
3 changed files with 2 additions and 3 deletions
|
@ -261,7 +261,6 @@ pub fn gen_from_mono_module_llvm(
|
|||
exposed_to_host: loaded.exposed_to_host.values.keys().copied().collect(),
|
||||
};
|
||||
|
||||
dbg!(21);
|
||||
roc_gen_llvm::llvm::build::build_procedures(
|
||||
&env,
|
||||
opt_level,
|
||||
|
|
|
@ -14,4 +14,4 @@ roc_types = { path = "../types" }
|
|||
|
||||
[features]
|
||||
default = []
|
||||
debug-derived-symbols = ["roc_module/debug-symbols"]
|
||||
debug-derived-symbols = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue