Without and with some optimization i get this results. g++ -o hello hello.cpp objdump --disassemble hello | wc -l 289 With some optimization g++ -o hello hello.cpp -O3 -fno-rtti -fno-exceptions -fmessage-length=0…
Cause you doing it wrong. As i already mentioned in the gist comments, putting the c library static into the application is like putting the browser into js. Without a lot of optimizing iam around 5k binary and 200…
Without and with some optimization i get this results. g++ -o hello hello.cpp objdump --disassemble hello | wc -l 289 With some optimization g++ -o hello hello.cpp -O3 -fno-rtti -fno-exceptions -fmessage-length=0…
Cause you doing it wrong. As i already mentioned in the gist comments, putting the c library static into the application is like putting the browser into js. Without a lot of optimizing iam around 5k binary and 200…