mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
config/functions: add build_with_debug() helper function (and support functions)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user