Post
Topic
Board Development & Technical Discussion
Merits 4 from 1 user
Re: why got a so big size wallet client during compile wallet in ubuntu
by
achow101
on 18/01/2019, 03:34:31 UTC
⭐ Merited by suchmoon (4)
thanks man ,but strip function is not normal process ,some time i can get a normal wallet with normal size but most of time i can not.
And what you are doing is not the normal process for releases. You are doing the normal process for development where you want to have debugging symbols in order to debug the software. The release process uses gitian which runs a build script. That build script does use strip and does many other things that are specific to releases.