mirror of https://github.com/ArduPilot/ardupilot
Tools: fixed build of bootloaders with debug
This commit is contained in:
parent
6e310f4e4e
commit
ded3a60505
|
@ -51,7 +51,7 @@ def build_board(board):
|
|||
if args.signing_key is not None:
|
||||
print("Building secure bootloader")
|
||||
configure_args.append("--signed-fw")
|
||||
if args.debug is not None:
|
||||
if args.debug:
|
||||
print("Building with debug symbols")
|
||||
configure_args.append("--debug")
|
||||
if not run_program(["./waf", "configure"] + configure_args):
|
||||
|
|
Loading…
Reference in New Issue