mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: fixed build of bootloaders with debug
This commit is contained in:
parent
c13a9961a9
commit
b5a5241f96
@ -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
Block a user