You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ zig build -Drelease
./minisign/build.zig:5:19: error: no field or member functionnamed'standardReleaseOptions'in'Build'
const mode = b.standardReleaseOptions();
~^~~~~~~~~~~~~~~~~~~~~~~
./zig-linux-x86_64-0.11.0/lib/std/Build.zig:1:1: note: struct declared here
const std = @import("std.zig");
^~~~~
referenced by:
runBuild__anon_7135: ./zig-linux-x86_64-0.11.0/lib/std/Build.zig:1639:37
remaining reference traces hidden; use '-freference-trace' to see all reference traces
on zig 0.11.
On zig 0.12:
$ zig build -Drelease
./minisign/build.zig:4:9: error: local variable is never mutated
var target = b.standardTargetOptions(.{});
^~~~~~
./minisign/build.zig:4:9: note: consider using 'const'
The text was updated successfully, but these errors were encountered:
Hi, just did
observe
on zig 0.11.
On zig 0.12:
The text was updated successfully, but these errors were encountered: