Y
Hacker News
new
|
ask
|
show
|
jobs
by
DisownedWheat
3229 days ago
Depends on what you define as small but if you remove the GDB debugging information you can trim down your binaries by a huge amount. My last project was 3.4MB.
1 comments
gardnr
3229 days ago
Back in the day I used to run the exe through and get them even smaller:
https://upx.github.io/
link
badsectoracula
3228 days ago
UPX is misleading though since it needs more memory than the EXE itself.
link