tce-load -i clutter-dev clutter-gir gobject-introspection-dev glib2-python perl5

cd clutter-gtk-1.4.4

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

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

make
make install

 Clutter-GTK 1.4.4 (release)

   Prefix: /usr/local
   Libdir: ${exec_prefix}/lib

   Debug level: minimum
   Documentation: no
   Compiler flags: -g -O2 
   Introspection data: auto
   Enable deprecated symbols: yes