tce-load -i 

cd util-macros-1.19.0

CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --sysconfdir=/etc

find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;

make
make install
