mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 18:52:39 +03:00
Make CI NetSurf builds compile in DEBUG level logging
This commit is contained in:
parent
3d20a3974c
commit
527541ddbd
@ -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 ##################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user