tce-load -i python-dev cd cracklib-2.9.1 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 --disable-static --with-default-dict=/usr/local/lib/cracklib/pw_dict find . -name Makefile -type f -exec sed -i 's/-O2/ /g' {} \; make sudo make install