tce-load -wi compiletc

https://thekelleys.org.uk/dnsmasq/dnsmasq-2.88.tar.gz

cd dnsmasq-2.88
sed -i 's/-O2//' Makefile

CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fnoexceptions -fno-rtti" make

sudo make install
