File no-strip.patch of Package ghostty
Index: ghostty-1.0.1/build.zig =================================================================== --- ghostty-1.0.1.orig/build.zig +++ ghostty-1.0.1/build.zig @@ -345,7 +345,7 @@ pub fn build(b: *std.Build) !void { .strip = switch (optimize) { .Debug => false, .ReleaseSafe => false, - .ReleaseFast, .ReleaseSmall => true, + .ReleaseFast, .ReleaseSmall => false, }, }) else null;