Make CI NetSurf builds compile in DEBUG level logging

This commit is contained in:
Daniel Silverstone 2018-07-28 14:10:26 +01:00
parent 3d20a3974c
commit 527541ddbd
1 changed files with 6 additions and 0 deletions

View File

@ -411,6 +411,12 @@ if [ ${HAVE_DISTCC} = "true" ];then
fi
########### Prepare a Makefile.config ##################
rm -f Makefile.config
cat > Makefile.config <<EOF
override NETSURF_LOG_LEVEL := DEBUG
EOF
########### Build from source ##################