We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568c4e5 commit 220ef33Copy full SHA for 220ef33
1 file changed
scripts/build_bootloaders.py
@@ -71,7 +71,7 @@ def run_program(cmd_list):
71
return True
72
73
def build_board(board):
74
- configure_args = "--board %s --bootloader --no-submodule-update --Werror" % board
+ configure_args = "--board %s -g --bootloader --no-submodule-update --Werror" % board
75
configure_args = configure_args.split()
76
if args.signing_key is not None:
77
print("Building secure bootloader")
0 commit comments