tce-load -i compiletc serf-dev liblz4-dev wget https://archive.apache.org/dist/subversion/subversion-1.14.3.tar.bz2 cd subversion-1.14.3 grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/' PYTHON=python3 CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local -disable-static --localstatedir=/var --with-utf8proc=internal find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [3m 4.11s] sudo make install