We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1db87b commit bc76ebcCopy full SHA for bc76ebc
src/sdk/ZigCompile.cs
@@ -276,9 +276,6 @@ protected override string GenerateCommandLineCommands()
276
{
277
// The compiler uses static linking by default when building Zig code. We want dynamic linking in all cases.
278
builder.AppendSwitch("-dynamic");
279
-
280
- // When building Zig code, by default, the compiler links statically to a platform-appropriate libc. We
281
- // absolutely do not want that behavior when building code that might be loaded in a .NET process.
282
builder.AppendSwitch("-lc");
283
284
if (_configuration == ZigConfiguration.Release)
0 commit comments