zig/src-self-hosted
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
..
2020-02-16 13:25:30 -05:00
2019-11-26 11:52:12 +02:00
2019-12-29 11:04:58 +02:00
2020-04-02 15:59:48 -04:00
2018-11-13 05:08:37 -08:00
2020-02-16 13:25:30 -05:00