zig/tools
Andrew Kelley f8cc6a1917
zig cc: fix ambiguity with -MT
In an MSVC context, `-MT` means
"Use static run-time"
and it is a flag with no parameter.

On POSIX it means
"Specify name of main file output in depfile"
and it is "joined or separate".

The former was interfering with the latter. Now, the MT flag is required
to be specified with a `/` to disambiguate: `/MT`.
2020-04-02 21:15:36 -04:00
..
merge_anal_dumps.zig std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00
process_headers.zig std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00
update_clang_options.zig zig cc: fix ambiguity with -MT 2020-04-02 21:15:36 -04:00
update_glibc.zig std lib API deprecations for the upcoming 0.6.0 release 2020-03-30 14:23:22 -04:00