zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit a9e0eb5340bb60547fb8badc3591d9ffca415ac7 (tree)
parent 66f0564c3a3f122bb50eabaa1bf9a2bb0fa0562d
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 25 May 2026 19:20:40 -0700

std.Build.Step.Compile: deprecate out_filename

Diffstat:
Mlib/std/Build/Step/Compile.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/std/Build/Step/Compile.zig b/lib/std/Build/Step/Compile.zig @@ -25,6 +25,7 @@ root_module: *Module, name: []const u8, linker_script: ?LazyPath = null, version_script: ?LazyPath = null, +/// Deprecated. out_filename: []const u8, linkage: ?std.builtin.LinkMode = null, version: ?std.SemanticVersion,