Skip to content

Commit

Permalink
Fix -ffast-math spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jun 22, 2021
1 parent 27e0830 commit 9086ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/Zig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected override string GenerateCommandLineCommands()
builder.AppendTextUnquoted(" -fno-strict-overflow");

if (FastMath)
builder.AppendTextUnquoted("-ffast-math");
builder.AppendTextUnquoted(" -ffast-math");

if (WarningLevel > 0)
{
Expand Down

0 comments on commit 9086ad9

Please sign in to comment.