diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-08-02 21:03:34 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-08-02 21:03:34 -0700 |
| commit | f82b8f89e7e75c68ad0b029076e40b114f22a734 (patch) | |
| tree | 0bd89b7985b4ff9ca4001d9b671b2bf90e5926b9 /Makefile | |
| parent | 40cec189432d28fdc6870db4352ca68785a862fa (diff) | |
releast-fast for dev/install otherwise renders are slow
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
