tce-load -i compiletc git libpcap-dev tcl-dev git clone https://github.com/antirez/hping cd hping CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \; make [17m 39.94s] sudo make install ./hping3 -v hping version 3.0.0-alpha-1