Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Sunday, 16-Mar-2025 21:01:38 JST 翠星石
@theorytoe @PurpCat @EdBoatConnoisseur Hello world is so short that any compiler optimizations for speed or size should have no difference (which is true for gcc)
printf() with a static string does not need to be debugged and can be understanded easily even from objdump, thus there should be no debug information in the binary unless it was specifically requested.