Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
6109705
Topic
495031
Board
Bitcoin Technical Support
Re: How to compile a static binary bitcoind in Ubuntu
by
tugvarish
on
07/04/2014, 13:16:04 UTC
The size difference is probably, because you did not strip your binary.
To build static try to put 'STATIC=all' at the end of your make line. (without quotes)
Also, did you 'make clean' in between retries?