From 313519644206ddd3565caae8aca345698d0e787e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 27 Feb 2023 12:01:23 -0800 Subject: [PATCH] flatpak: enable ReleaseSafe --- com.mitchellh.ghostty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.mitchellh.ghostty.yml b/com.mitchellh.ghostty.yml index c9c537057..730c36b86 100644 --- a/com.mitchellh.ghostty.yml +++ b/com.mitchellh.ghostty.yml @@ -46,7 +46,7 @@ modules: - name: ghostty buildsystem: simple build-commands: - - MACH_SDK_PATH="$(pwd)/vendor/mach-sdk" zig build -Dcpu=baseline -Dflatpak=true -Dapp-runtime=gtk --prefix /app + - MACH_SDK_PATH="$(pwd)/vendor/mach-sdk" zig build -Doptimize=ReleaseSafe -Dcpu=baseline -Dflatpak=true -Dapp-runtime=gtk --prefix /app sources: - type: dir path: .