From 2dfb93be4bd627bf414ef2df4648485787125242 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 15 Feb 2023 22:27:28 +1100 Subject: [PATCH] waf: add waf argument to get consistent builds --- wscript | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index b72d2a6eb3..1d7f4efc30 100644 --- a/wscript +++ b/wscript @@ -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,