tce-load -i fuse-dev cd ntfs-3g_ntfsprogs-2016.2.22 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 --localstatedir=/var --with-fuse=external --exec-prefix=/usr/local --disable-ntfs-3g --enable-extras find . -name Makefile -type f -exec sed -i 's/-g -O2/ /g' {} \; make sudo make install