From bad1a7c7b222ff333071e4de17399c6f89d3b379 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 19 May 2025 15:27:34 -0400 Subject: [PATCH] Progress reports: Enable diffing functions by relocations and data value --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 0d272e553..3a7aaf6bf 100755 --- a/configure.py +++ b/configure.py @@ -1827,7 +1827,7 @@ config.progress_each_module = args.verbose config.progress_report_args = [ # Marks relocations as mismatching if the target value is different # Default is "functionRelocDiffs=none", which is most lenient - # "--config functionRelocDiffs=data_value", + "--config functionRelocDiffs=data_value", ] # Disable missing return type warnings for incomplete objects