We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdfc69 commit 1814f8aCopy full SHA for 1814f8a
src/sdk/ZigCompile.cs
@@ -550,10 +550,8 @@ void TryAppendWarningSwitch(string name)
550
if (!TrustAnalysis)
551
builder.AppendSwitch("-Wno-tcb-enforcement");
552
553
- // TODO: https://github.com/vezel-dev/zig-sdk/issues/38
554
if (Deterministic)
555
{
556
- builder.AppendSwitch("-Werror=date-time");
557
builder.AppendSwitch("-no-canonical-prefixes");
558
builder.AppendSwitchIfNotNull("-fdebug-compilation-dir ", GetWorkingDirectory() ?? ".");
559
}
0 commit comments