Merge pull request #146 from MilhouseVH/gdb_default

build: Install gdb for release builds (RFC)
This commit is contained in:
Lukas Rusak 2016-04-12 22:07:20 -07:00
commit 14cde9cff3

View File

@ -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