authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-05-25 19:20:40-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-05-25 19:27:16-07:00
loga9e0eb5340bb60547fb8badc3591d9ffca415ac7
tree24a003b9139526ef74b100c3e9ccf5654da1ec4a
parent66f0564c3a3f122bb50eabaa1bf9a2bb0fa0562d

std.Build.Step.Compile: deprecate out_filename


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/Build/Step/Compile.zig+1
...@@ -25,6 +25,7 @@ root_module: *Module,...@@ -25,6 +25,7 @@ root_module: *Module,
25name: []const u8,25name: []const u8,
26linker_script: ?LazyPath = null,26linker_script: ?LazyPath = null,
27version_script: ?LazyPath = null,27version_script: ?LazyPath = null,
28/// Deprecated.
28out_filename: []const u8,29out_filename: []const u8,
29linkage: ?std.builtin.LinkMode = null,30linkage: ?std.builtin.LinkMode = null,
30version: ?std.SemanticVersion,31version: ?std.SemanticVersion,