update file sizes in README.md

pull/2444/head
Mitchell Hashimoto 2024-10-15 09:59:11 -07:00
parent 0b1be01fee
commit 4c871246dd
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 2 deletions

View File

@ -551,8 +551,9 @@ zig build -Doptimize=ReleaseFast
``` ```
You can verify you have a release version by checking the filesize of the You can verify you have a release version by checking the filesize of the
built binary (`zig-out/bin/ghostty`). The release version should be less built binary (`zig-out/bin/ghostty`). The release version should be significantly
than 5 MB on all platforms. The debug version is around 70MB. smaller than debug builds. On Linux, the release build is around 31MB while the
debug build is around 145MB.
When using the GTK runtime (`-Dapp-runtime=gtk`) a release build will When using the GTK runtime (`-Dapp-runtime=gtk`) a release build will
use a [single-instance application](https://developer.gnome.org/documentation/tutorials/application.html). use a [single-instance application](https://developer.gnome.org/documentation/tutorials/application.html).