mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #146 from MilhouseVH/gdb_default
build: Install gdb for release builds (RFC)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user