tce-load -i compiletc bzip2-dev cd perl-5.24.0 patch -Np1 -i ../perl-5.24.0-fix-symbol-detection-with-gcc-6-link-time-optimizati.patch export BUILD_ZLIB=False export BUILD_BZIP2=0 sh Configure -des -Dcc="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" -Dprefix=/usr/local -Dvendorprefix=/usr/local -Dman1dir=/usr/local/share/man/man1 -Dman3dir=/usr/local/share/man/man3 -Dpager="/usr/bin/less -isR" -Duseshrplib -Dusethreads find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \; find . -name makefile -type f -exec sed -i 's/-O2//g' {} \; make [3m 12.55s] make install unset BUILD_ZLIB BUILD_BZIP2