Skip to content

Commit

Permalink
build: Install gdb for release builds (RFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilhouseVH committed Apr 12, 2016
1 parent 9cbef61 commit 54face5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/image
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54face5

Please sign in to comment.