tce-load -i compiletc xorg-server-dev libXi-dev libXrandr-dev libXinerama-dev wget https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-1.2.0/xf86-input-wacom-1.2.0.tar.bz2 cd xf86-input-wacom-1.2.0 CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local -disable-static --localstatedir=/var --sysconfdir=/etc --with-systemd-unit-dir=no find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 4.97s] sudo make install