Musicoin / go-musicoin

:link: Go-version of Musicoin blockchain wallet and consensus
GNU Lesser General Public License v3.0
161 stars 57 forks source link

Strip binaries for release builds #73

Closed XhmikosR closed 6 years ago

XhmikosR commented 6 years ago

I haven't looked into your build scripts, but I see that the Windows binary files aren't stripped.

I doubt anyone will even try to debug anything with a release build, so this leads to extra binary size.

Please consider stripping the binaries.

Varunram commented 6 years ago

Agreed, will do from the next release.

immartian commented 6 years ago

close for now, unless more concerns raised.