Post
Topic
Board Development & Technical Discussion
Re: why got a so big size wallet client during compile wallet in ubuntu
by
onschedule
on 18/01/2019, 02:48:32 UTC
That is not abnormal. The reason the binary is so large is because it contains debugging symbols. It is not stripped. If you do
Code:
strip src/qt/xxxcoin-qt
the binary will become much smaller. That removes all of the debugging symbols.

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.