mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-01 09:31:25 +00:00
ci: cleanup
This commit is contained in:
@@ -82,6 +82,9 @@ pub fn initShared(
|
||||
.omit_frame_pointer = deps.config.strip,
|
||||
.unwind_tables = if (deps.config.strip) .none else .sync,
|
||||
}),
|
||||
|
||||
// Fails on self-hosted x86_64
|
||||
.use_llvm = true,
|
||||
});
|
||||
_ = try deps.add(lib);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user