Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strip Symbols From Linux & Mac #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

satbirkira
Copy link

@satbirkira satbirkira commented Nov 2, 2024

I've added a before and after test so there's no mistake of leaving symbols in, and to test the effectiveness of the strip. The default test symbol is processBlock, but it's a good idea to also check any sensitive symbols (eg. privateKey).

I wasn't able to figure out the best way to do this on Windows. On Linux and Mac, it's unreliable to use compiler flags. It's more verbose than the other jobs, I leave it to you to decide how informative it is.

If anyone can figure out the windows strip and symbol export, that would be dandy.

This also serves as a building block towards #121 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant