mirror of https://github.com/ArduPilot/ardupilot
waf: add waf argument to get consistent builds
This commit is contained in:
parent
debb5c24b3
commit
2dfb93be4b
5
wscript
5
wscript
|
@ -363,6 +363,11 @@ configuration in order to save typing.
|
|||
default=False,
|
||||
help='force single precision postype_t')
|
||||
|
||||
g.add_option('--consistent-builds',
|
||||
action='store_true',
|
||||
default=False,
|
||||
help='force consistent build outputs for things like __LINE__')
|
||||
|
||||
g.add_option('--extra-hwdef',
|
||||
action='store',
|
||||
default=None,
|
||||
|
|
Loading…
Reference in New Issue