tce-load -i compiletc readline-dev cd sqlite-autoconf-3130000 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe -DSQLITE_ENABLE_COLUMN_METADATA" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -DSQLITE_ENABLE_COLUMN_METADATA" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --enable-json1 --enable-readline --disable-static-shell find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make sudo make install