diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2026-02-10 22:16:15 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2026-02-10 22:16:15 +0000 |
| commit | ae91b9b3693f1ee5b39f14e38a67af5f502bc829 (patch) | |
| tree | 8a232d4e225039054c0799d3517739afac6b71ee /src/build_settings.cpp | |
| parent | 3eaa11044c7d3141693bf74071fba98f0dffb23b (diff) | |
Add `-show-import-graph`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index a7928721a..40c1c86c4 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -538,6 +538,7 @@ struct BuildContext { bool different_os; bool keep_object_files; bool disallow_do; + bool show_import_graph; IntegerDivisionByZeroKind integer_division_by_zero_behaviour; |