tce-load -i compiletc xcb-proto libXau-dev libXdmcp-dev python3.14

wget https://xorg.freedesktop.org/archive/individual/lib/libxcb-1.17.0.tar.xz

cd libxcb-1.17.0

CC="gcc -flto -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --sysconfdir=/etc --without-doxygen

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

make [0m 47.00s]
sudo make install

  Package: libxcb 1.17.0

  Configuration
    XDM support.........: yes
    sendmsg fd passing..: yes
    Build unit tests....: no
      with html results.: no
    XCB buffer size.....: 16384

  X11 extensions
    Composite...........: yes
    Damage..............: yes
    Dbe.................: yes
    Dpms................: yes
    Dri2................: yes
    Dri3................: yes
    GenericEvent........: no
    Glx.................: yes
    Randr...............: yes
    Record..............: yes
    Render..............: yes
    Resource............: yes
    Screensaver.........: yes
    selinux.............: no
    Shape...............: yes
    Shm.................: yes
    Sync................: yes
    Xevie...............: no
    Xfixes..............: yes
    Xfree86-dri.........: yes
    xinerama............: yes
    xinput..............: yes
    xkb.................: yes
    xprint..............: no
    xtest...............: yes
    xv..................: yes
    xvmc................: yes

  Used CFLAGS:
    CPPFLAGS............: 
    CFLAGS..............: -g -O2

  Installation:
    Prefix..............: /usr/local
