mirror of https://github.com/ArduPilot/ardupilot
wscript: add enable-math-check-indexes configure option
This commit is contained in:
parent
d4c3caf592
commit
fb3b976aa2
5
wscript
5
wscript
|
@ -102,6 +102,11 @@ submodules at specific revisions.
|
||||||
default=None,
|
default=None,
|
||||||
help='set default parameters to embed in the firmware')
|
help='set default parameters to embed in the firmware')
|
||||||
|
|
||||||
|
g.add_option('--enable-math-check-indexes',
|
||||||
|
action='store_true',
|
||||||
|
default=False,
|
||||||
|
help="Enable checking of math indexes")
|
||||||
|
|
||||||
g = opt.ap_groups['linux']
|
g = opt.ap_groups['linux']
|
||||||
|
|
||||||
linux_options = ('--prefix', '--destdir', '--bindir', '--libdir')
|
linux_options = ('--prefix', '--destdir', '--bindir', '--libdir')
|
||||||
|
|
Loading…
Reference in New Issue