Progress reports: Enable diffing functions by relocations and data value

This commit is contained in:
LagoLunatic
2025-05-19 15:27:34 -04:00
parent 96e9a250cc
commit bad1a7c7b2
+1 -1
View File
@@ -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