summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitchell Hashimoto <mitchell.hashimoto@gmail.com>2022-08-02 21:03:34 -0700
committerMitchell Hashimoto <mitchell.hashimoto@gmail.com>2022-08-02 21:03:34 -0700
commitf82b8f89e7e75c68ad0b029076e40b114f22a734 (patch)
tree0bd89b7985b4ff9ca4001d9b671b2bf90e5926b9 /Makefile
parent40cec189432d28fdc6870db4352ca68785a862fa (diff)
releast-fast for dev/install otherwise renders are slow
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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