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