mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 00:18:53 +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"),
|
.root_source_file = b.path("src/main_c.zig"),
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
.target = target,
|
.target = target,
|
||||||
|
.strip = strip,
|
||||||
});
|
});
|
||||||
_ = try addDeps(b, lib, config);
|
_ = 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"),
|
.root_source_file = b.path("src/main_c.zig"),
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
.target = target,
|
.target = target,
|
||||||
|
.strip = strip,
|
||||||
});
|
});
|
||||||
_ = try addDeps(b, lib, config);
|
_ = try addDeps(b, lib, config);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user