Skip to content

Commit

Permalink
Remove an incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Dec 16, 2024
1 parent e1db87b commit bc76ebc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sdk/ZigCompile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,6 @@ protected override string GenerateCommandLineCommands()
{
// The compiler uses static linking by default when building Zig code. We want dynamic linking in all cases.
builder.AppendSwitch("-dynamic");

// When building Zig code, by default, the compiler links statically to a platform-appropriate libc. We
// absolutely do not want that behavior when building code that might be loaded in a .NET process.
builder.AppendSwitch("-lc");

if (_configuration == ZigConfiguration.Release)
Expand Down

0 comments on commit bc76ebc

Please sign in to comment.