Merge pull request #22516 from Jan200101/PR/build_id_option

std.Build: add build-id option
This commit is contained in:
Andrew Kelley
2025-04-11 16:37:46 -04:00
committed by GitHub
5 changed files with 26 additions and 11 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 {