tce-load -i compiletc opus-dev libogg-dev openssl-dev

wget https://ftp.osuosl.org/pub/xiph/releases/opus/opusfile-0.12.tar.gz

cd opusfile-0.12

CC="gcc -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -flto -march=armv8-a+crc -mtune=cortex-a72 -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.42s]
sudo make install

  opusfile 0.12: Automatic configuration OK.

    Assertions ................... no

    HTTP support ................. yes
    Fixed-point .................. no
    Floating-point API ........... yes
    Library for lrintf() ......... -lm

    Hidden visibility ............ yes

    API code examples ............ yes
    API documentation ............ yes
