tce-load -i compiletc cd icu/source CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -D_GLIBCXX_USE_C99_MATH" ./configure --prefix=/usr/local --localstatedir=/var find . -name icudefs.mk -type f -exec sed -i 's/-O2//g' {} \; find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \; make [2m 47.66s] sudo make install