From a719095158e1be3ac68415a616d78e58571b07f9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 19 Feb 2023 11:15:25 -0800 Subject: [PATCH] Makefile update for new Zig build flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e36a844dd..5db8f24ff 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ init: # Slightly cursed way that we setup a dev version of this locally on NixOS. dev/install: - zig build -Dcpu=baseline -Drelease-fast + zig build -Dcpu=baseline -Doptimize=ReleaseFast if [ -f "/etc/NIXOS" ]; then patchelf --set-rpath "${LD_LIBRARY_PATH}" zig-out/bin/ghostty; fi mkdir -p ${HOME}/bin cp zig-out/bin/ghostty ${HOME}/bin/devtty