Community gatherings on Freenode at #tinycorelinux (webchat)
export CFLAGS="-mtune=generic -Os -pipe"export CXXFLAGS="-mtune=generic -Os -pipe"export LDFLAGS="-Wl,-O1"
tce-load -i compiletc gtk2-dev file-dev coreutilscd emelfm2-0.9.1find . -name Makefile.config -type f -exec sed -i 's/-O2//g' {} \;make CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" PREFIX=/usr/local GTK2=1sudo make CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" PREFIX=/usr/local GTK2=1 install