reuse strip option for libraries

pull/3945/head
Jan200101 2024-12-31 12:09:11 +01:00
parent 061a730dd3
commit 6a8b31571b
No known key found for this signature in database
GPG Key ID: 5B71B1D78B882E05
1 changed files with 2 additions and 0 deletions

View File

@ -690,6 +690,7 @@ pub fn build(b: *std.Build) !void {
.root_source_file = b.path("src/main_c.zig"),
.optimize = optimize,
.target = target,
.strip = strip,
});
_ = try addDeps(b, lib, config);
@ -707,6 +708,7 @@ pub fn build(b: *std.Build) !void {
.root_source_file = b.path("src/main_c.zig"),
.optimize = optimize,
.target = target,
.strip = strip,
});
_ = try addDeps(b, lib, config);