mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Strip debug info from zig
This commit is contained in:
parent
da28b669bb
commit
b1e02315d0
2 changed files with 4 additions and 0 deletions
|
@ -198,6 +198,7 @@ fn generate_dynamic_lib(
|
|||
|
||||
let text_section = out_object.section_id(write::StandardSection::Text);
|
||||
for sym in exposed_to_host {
|
||||
// TODO properly generate this list.
|
||||
for name in &[
|
||||
format!("roc__{}_1_exposed", sym),
|
||||
format!("roc__{}_1_Fx_caller", sym),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue