Skip to content

Why are the Release Binaries not stripped? #2751

Answered by raduiliescu
iranvir asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @iranvir!

Please see this past issues and PRs on strip:
#1652
#1957
#2567

We have decided to strip only the debug symbols from our releases, since we want to have some information in the stack traces or when debugging.
I've you want to strip the further, there shouldn't be any problem. Please note stripping will have effect only on the disk space, will not affect the memory since the symbols are in a different section that is loaded in the memory only when needed.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@iranvir
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by raduiliescu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants