Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A statically linked C hello world is just 5 KBytes though (with MUSL on Linux). Static linking doesn't mean that the entire library is included in the binary, only code that's actually used (details vary depending on how the library was created, and how the program was linked, but those 5 KB are with defaults).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: