if  query  "Add support for new compiler options? (experimental)" y;  then
   bzcat $SCRIPT_DIRECTORY/ccache.patch.bz2 | patch -p1 || exit 1
fi

default_build

