mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: use -Doptimize
This commit is contained in:
4
.github/workflows/release-tip.yml
vendored
4
.github/workflows/release-tip.yml
vendored
@ -31,11 +31,11 @@ jobs:
|
||||
# because its the only way to access the headers.
|
||||
- name: Build aarch64
|
||||
run: |
|
||||
nix develop -c zig build -Dcpu=baseline -Dstatic=true -Dtarget=aarch64-macos -Drelease-fast
|
||||
nix develop -c zig build -Dcpu=baseline -Dstatic=true -Dtarget=aarch64-macos -Doptimize=ReleaseFast
|
||||
mv zig-out/bin/ghostty zig-out/bin/ghostty-aarch64-macos
|
||||
- name: Build x86_64
|
||||
run: |
|
||||
nix develop -c zig build -Dcpu=baseline -Dstatic=true -Dtarget=x86_64-macos -Drelease-fast
|
||||
nix develop -c zig build -Dcpu=baseline -Dstatic=true -Dtarget=x86_64-macos -Doptimize=ReleaseFast
|
||||
mv zig-out/bin/ghostty zig-out/bin/ghostty-x86_64-macos
|
||||
|
||||
- name: Create Universal Binary
|
||||
|
Reference in New Issue
Block a user