Files
zig/src
kcbanner a1aa55ebe5 compilation: fix generating coff debug info on -gnu
The issue with just passing `-gcodeview` is that it's not part of
the `OPT_g_Group` in `clang/Driver/Options.td`, so it doesn't trigger
debug info to be generated.

Passing only `-g` is sufficient on MSVC, as there is logic in `Clang.cpp`
which enables codeview if that is the default for the toolchain. Since
the default for -gnu is not codeview, we do pass `-gcodeview` in that case.
2023-04-18 21:29:20 -07:00
..
2022-09-14 20:08:34 -04:00
2023-04-13 02:47:16 -04:00
2023-04-18 18:23:05 -07:00
2023-04-13 02:47:16 -04:00
2023-01-26 16:36:13 -07:00
2023-04-03 18:02:53 +02:00
2023-04-15 19:44:56 +03:00
2023-04-17 02:30:10 +03:00
2023-04-13 02:47:16 -04:00
2023-04-13 02:47:16 -04:00
2023-04-13 02:47:16 -04:00
2022-11-04 00:09:27 +03:30
2023-01-26 16:36:13 -07:00
2023-01-26 16:36:13 -07:00
2023-01-25 20:56:23 -07:00
2023-04-13 02:47:16 -04:00