flatpak: enable ReleaseSafe

This commit is contained in:
Mitchell Hashimoto
2023-02-27 12:01:23 -08:00
parent a8025f6ec2
commit 3135196442

View File

@ -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: .