std.Build: add build-id option

This commit is contained in:
Jan200101
2025-01-17 20:53:30 +01:00
committed by Jan
parent 4cefd1bd1b
commit 013a228960
4 changed files with 16 additions and 7 deletions

View File

@@ -197,12 +197,6 @@ pub fn build(b: *std.Build) !void {
exe.pie = pie;
exe.entitlements = entitlements;
exe.build_id = b.option(
std.zig.BuildId,
"build-id",
"Request creation of '.note.gnu.build-id' section",
);
if (no_bin) {
b.getInstallStep().dependOn(&exe.step);
} else {