export CFLAGS="-O1 -pipe -Wall"
export CXXFLAGS="-O1 -pipe"
export LDFLAGS="-Wl,-O1"
gcc-4.8 -g -Os -pipe -Wall findshares.c -o findshares
size findshares
strip --strip-unneeded findshares
ls -l findshares
