build: Install gdb for release builds (RFC)

This commit is contained in:
MilhouseVH 2016-04-12 19:15:58 +01:00
parent 9cbef612c5
commit 54face5178

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