1 2 3 4
export CFLAGS="-march=native -mtune=native -O2 -g0 -s -pipe -flto" export LDFLAGS="-O2 -s -flto" export CC="gcc" export LD="ld"