Skip to content

Commit 1c4a774

Browse files
authored
chore: Enable debug when using make debug/foo (#36752)
This seems straightforward enough to me Signed-off-by: RJ Sampson <[email protected]>
1 parent 0e6e4bd commit 1c4a774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ MELANGE_OPTS += ${MELANGE_EXTRA_OPTS}
2525

2626
# Enter interactive mode on failure for debug
2727
MELANGE_DEBUG_OPTS += --interactive
28+
MELANGE_DEBUG_OPTS += --debug
2829
MELANGE_DEBUG_OPTS += --package-append apk-tools
2930
MELANGE_DEBUG_OPTS += ${MELANGE_OPTS}
3031

0 commit comments

Comments
 (0)