waf: added --no-gcs build option

Co-authored-by: Peter Barker <pbarker@barker.dropbear.id.au>
This commit is contained in:
Andrew Tridgell 2020-11-06 10:36:26 +11:00
parent 32bda36908
commit 603146c5ca
1 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,10 @@ submodules at specific revisions.
default=False,
help="Disable onboard scripting engine")
g.add_option('--no-gcs', action='store_true',
default=False,
help="Disable GCS code")
g.add_option('--scripting-checks', action='store_true',
default=True,
help="Enable runtime scripting sanity checks")