tce-load -i automake libtool-dev gettext-dev intltool pulseaudio-dev

cd pcaudiolib-1.0

./autogen.sh

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 --localstatedir=/var --disable-static

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

make
sudo make install

    Configuration for Portable C Audio Library complete.

        Source code location:          .

        Compiler:                      gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe
        Compiler flags:                -g -O2

        PulseAudio support:            yes
        ALSA support:                  yes
        QSA support:                   no
        OSS support:                   yes
