tce-load -i Xorg-7.7-3d-dev cd glew-1.12.0 find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \; make GLEW_PREFIX=/usr/local GLEW_DEST=/usr/local CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" sudo make GLEW_PREFIX=/usr/local GLEW_DEST=/usr/local CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" install make sudo make install