Commented the workaround with links to issues, and put it behind a build flag.

This commit is contained in:
Krzysztof Furman
2026-06-13 09:53:43 +01:00
parent b05d459a13
commit 15deb7a118
3 changed files with 23 additions and 2 deletions

View File

@@ -539,6 +539,8 @@ struct BuildContext {
bool disallow_do;
bool show_import_graph;
bool webkit_switch_workaround;
IntegerDivisionByZeroKind integer_division_by_zero_behaviour;
LinkerChoice linker_choice;