tce-load -i compiletc curl-dev expat2-dev python3.14 perl5 wget https://www.kernel.org/pub/software/scm/git/git-2.52.0.tar.xz cd git-2.52.0 CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --libexecdir=/usr/local/lib --with-gitconfig=/usr/local/etc/gitconfig --without-tcltk --with-python=python3 --with-libpcre2 find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; find . -name config.mak.autogen -type f -exec sed -i 's/-g -O2//g' {} \; make [10m 5.91s] sudo make perllibdir=/usr/local/lib/perl5/5.42/site_perl install edit many shebangs #!/usr/local/bin/perl [# find . -name git-cvsserver -type f -exec sed -i 's@/usr/bin/perl@/usr/local/bin/perl@g' {} \;]