if [ "$DEV_DEBUG" == "y" ]; then
  if [ "$DEV_DEBUG_FULL" == "y" ]; then
    OPTS="$OPTS  --with-debug=2"
  else
    OPTS="$OPTS  --with-debug=1"
  fi
fi &&

default_build
