Strip debug info from zig

This commit is contained in:
Brendan Hansknecht 2021-09-15 12:28:19 -07:00
parent da28b669bb
commit b1e02315d0
2 changed files with 4 additions and 0 deletions

View file

@ -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),