mirror of https://github.com/ArduPilot/ardupilot
waf: add waf argument to get consistent builds
This commit is contained in:
parent
debb5c24b3
commit
2dfb93be4b
7
wscript
7
wscript
|
@ -362,7 +362,12 @@ configuration in order to save typing.
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
help='force single precision postype_t')
|
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',
|
g.add_option('--extra-hwdef',
|
||||||
action='store',
|
action='store',
|
||||||
default=None,
|
default=None,
|
||||||
|
|
Loading…
Reference in New Issue