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
Owner

Add strip -s after gcc to remove symbol table before publishing to Artifact Registry

Add strip -s after gcc to remove symbol table before publishing to Artifact Registry
will.anderson added 1 commit 2026-06-22 16:38:50 +00:00
feat(ci): strip debug symbols from soul binary before publishing
Neuron Soul CI / build (pull_request) Has been cancelled
d3eda47fd3
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.
will.anderson merged commit fda76ae05b into main 2026-06-22 16:39:18 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron#35