Skip to content

Commit bc76ebc

Browse files
committed
Remove an incorrect comment.
1 parent e1db87b commit bc76ebc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sdk/ZigCompile.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,6 @@ protected override string GenerateCommandLineCommands()
276276
{
277277
// The compiler uses static linking by default when building Zig code. We want dynamic linking in all cases.
278278
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.
282279
builder.AppendSwitch("-lc");
283280

284281
if (_configuration == ZigConfiguration.Release)

0 commit comments

Comments
 (0)