mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00
reuse strip option for libraries
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user