feat(ci): strip debug symbols from soul binary before publishing #35

Merged
will.anderson merged 1 commits from improve/soul-strip into main 2026-06-22 16:39:18 +00:00

1 Commits

Author SHA1 Message Date
will.anderson d3eda47fd3 feat(ci): strip debug symbols from soul binary before publishing
Neuron Soul CI / build (pull_request) Has been cancelled
Add strip -s after gcc compilation to remove symbol table and relocation info.
Reduces binary size and prevents symbol-level reverse engineering of EL runtime internals.
2026-06-22 11:37:28 -05:00