export CC="gcc"
export CXX="g++"

export CFLAGS="-Wall"
export CXXFLAGS="-Wall -Wno-deprecated"
export CPATH="$CPATH:/usr/local/include"

./configure --disable-static --disable-system-liborigin # --enable-final

time make
#time make -j 2
