mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #146 from MilhouseVH/gdb_default
build: Install gdb for release builds (RFC)
This commit is contained in:
commit
14cde9cff3
@ -173,7 +173,9 @@ fi
|
||||
|
||||
# Devtools... (not for Release)
|
||||
[ "$TESTING" = "yes" ] && $SCRIPTS/install testing
|
||||
[ "$DEVTOOLS" = "yes" ] && $SCRIPTS/install debug
|
||||
|
||||
# Install gdb in all builds, including releases
|
||||
$SCRIPTS/install debug
|
||||
|
||||
# OEM packages
|
||||
[ "$OEM_SUPPORT" = "yes" ] && $SCRIPTS/install oem
|
||||
|
Loading…
x
Reference in New Issue
Block a user