waf: add waf argument to get consistent builds

This commit is contained in:
Peter Barker 2023-02-15 22:27:28 +11:00 committed by Peter Barker
parent debb5c24b3
commit 2dfb93be4b
1 changed files with 6 additions and 1 deletions

View File

@ -362,7 +362,12 @@ configuration in order to save typing.
action='store_true',
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,