Skip to content

Commit 220ef33

Browse files
scripts: enable debug symbols in bootloader build
1 parent 568c4e5 commit 220ef33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_bootloaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run_program(cmd_list):
7171
return True
7272

7373
def build_board(board):
74-
configure_args = "--board %s --bootloader --no-submodule-update --Werror" % board
74+
configure_args = "--board %s -g --bootloader --no-submodule-update --Werror" % board
7575
configure_args = configure_args.split()
7676
if args.signing_key is not None:
7777
print("Building secure bootloader")

0 commit comments

Comments
 (0)