Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

GCC is BLOATED

Name: RMS Matthew Stallman 2010-11-29 19:42

g++ -o foo bar.cpp creates a 7kb executable

which would be cool if bar.cpp didn't consist of:

int main(){}

Fuck this shit. Is there some sort of compiler flag I'm missing out on, or is my anus totally haxxed?

Name: Anonymous 2010-11-30 12:44


┌xarn`epicurus @ ~
└╼ vim anus.cpp
┌xarn`epicurus @ ~
└╼ g++ anus.cpp -o anus
┌xarn`epicurus @ ~
└╼ ls -al anus; strip anus; ls -al anus
-rwxr-xr-x 1 xarn xarn 8401 2010-11-30 18:38 anus
-rwxr-xr-x 1 xarn xarn 6208 2010-11-30 18:39 anus
┌xarn`epicurus @ ~
└╼ g++ -Os anus.cpp -o anus
┌xarn`epicurus @ ~
└╼ ls -al anus; strip anus; ls -al anus
-rwxr-xr-x 1 xarn xarn 8401 2010-11-30 18:39 anus
-rwxr-xr-x 1 xarn xarn 6208 2010-11-30 18:40 anus
┌xarn`epicurus @ ~
└╼


FUCK

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List