From f82b8f89e7e75c68ad0b029076e40b114f22a734 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Aug 2022 21:03:34 -0700 Subject: [PATCH] releast-fast for dev/install otherwise renders are slow --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2557f92a4..e36a844dd 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 + zig build -Dcpu=baseline -Drelease-fast 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