diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-29 16:16:19 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-29 16:16:19 +0100 |
| commit | 9e8be055c1152bd42f533f544308355de87a361e (patch) | |
| tree | da18760247d30e73dc0dddb7bd38d83650d18c82 /src/build_settings.cpp | |
| parent | 11712627cbb95e3ae15d6a8e2c5863e192caa68a (diff) | |
Rename to `-build-diagnostics`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index abf8e6809..53953600e 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -548,7 +548,7 @@ struct BuildContext { bool ignore_microsoft_magic; bool linker_map_file; - bool para_poly_diagnostics; + bool build_diagnostics; bool use_single_module; bool use_separate_modules; |