diff options
| author | Benjamin Gilbert <bgilbert@backtick.net> | 2024-04-12 05:05:08 +0900 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-04-27 08:09:03 -0700 |
| commit | 1684259f10cc129c922e38e4f1325aef876773d6 (patch) | |
| tree | 951568d5aba4725508da30db2da0e73c3068640a /ci | |
| parent | f8d957febfd6be465074c244b871fd940e79bb40 (diff) | |
| download | meson-1684259f10cc129c922e38e4f1325aef876773d6.tar.gz | |
backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift
C#, Java, and Swift targets were manually collecting compiler arguments
rather than using the helper function for this purpose. This caused each
target type to add arguments in a different order, and to forget to add
some arguments respectively:
C#: /nologo, -warnaserror
Java: warning level (-nowarn, -Xlint:all, -Xdoclint:all), debug arguments
(-g, -g:none), -Werror
Swift: -warnings-as-errors
Fix this. Also fix up some no-longer-unused argument processing in the
Compiler implementations.
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions
