config/functions: add build_with_debug() helper function (and support functions)

This commit is contained in:
MilhouseVH
2018-02-19 07:08:48 +00:00
parent c2fd843bc3
commit 54dd0475de
2 changed files with 93 additions and 0 deletions

View File

@@ -200,3 +200,7 @@
SYSTEM_SIZE=512
# Default system partition offset, in sectors, eg. 2048
SYSTEM_PART_START=8192
# Configure debug groups (space delimited key=value pairs, with each value comma-delimited) and default group when DEBUG=yes
DEBUG_GROUPS="kodi=kodi,kodi-platform,p8-platform,!mesa"
DEBUG_GROUP_YES="kodi"