From fd382789f3f85e7d9a0ff5ab50a9379689c3dacd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 16 Mar 2024 14:38:22 -0700 Subject: [PATCH] ci: PR builds for macOS should be ReleaseSafe --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index c4320cf3e..acba31adc 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -46,7 +46,7 @@ jobs: # GhosttyKit is the framework that is built from Zig for our native # Mac app to access. Build this in release mode. - name: Build GhosttyKit - run: nix develop -c zig build -Dstatic=true -Doptimize=ReleaseFast + run: nix develop -c zig build -Dstatic=true -Doptimize=ReleaseSafe # The native app is built with native XCode tooling. This also does # codesigning. IMPORTANT: this must NOT run in a Nix environment.