tce-load -i compiletc python3.6-dev python3.6-setuptools cython3.6

wget https://github.com/libimobiledevice/libplist/releases/download/2.2.0/libplist-2.2.0.tar.bz2

cd libplist-2.2.0

LIBS="-lm" CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure -prefix=/usr/local --disable-static --localstatedir=/var

find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;

make [0m 11.71s]
sudo make install

Configuration for libplist 2.2.0:
-------------------------------------------

  Install prefix ..........: /usr/local
  Debug code ..............: no
  Python bindings .........: yes
