tce-load -i compiletc libburn-dev libisofs-dev readline-dev

wget http://files.libburnia-project.org/releases/libisoburn-1.5.2.tar.gz

cd libisoburn-1.5.2

CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local -disable-static --localstatedir=/var --enable-pkg-check-modules

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

make [0m 17.41s]
sudo make install

edit /usr/local/bin/xorriso-tcltk
#!/usr/local/bin/wish
