tce-load -i compiletc meson libdazzle-dev desktop-file-utils itstool gettext

wget https://download.gnome.org/sources/sysprof/3.40/sysprof-3.40.1.tar.xz

cd sysprof-3.40.1

mkdir build
cd build

CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" meson --prefix=/usr/local --localstatedir=/var --buildtype=plain -Dwith_sysprofd=none

ninja [0m 34.19s]
sudo ninja install

