Pass link flavor through MSVC lld shim

This commit is contained in:
starr-openai
2026-05-13 17:16:24 -07:00
parent 235dd847fa
commit 20cc5b7397

View File

@@ -139,7 +139,7 @@ internal static class Program
{
UseShellExecute = false,
};
var filteredArgs = new List<string>();
var filteredArgs = new List<string> { "-flavor", "link" };
foreach (var arg in args)
{
if (!string.Equals(arg, "/arm64hazardfree", StringComparison.OrdinalIgnoreCase))