diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-03-09 15:22:37 -0700 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-03-09 16:10:21 -0700 |
| commit | 02fc47aaf1b43be016f455ef30ba79f39f8a15a3 (patch) | |
| tree | d17161d66611db6514c471f2e0f6fc62c7a27274 /Cargo.toml | |
| parent | feat: use pty proxy for rendering tui popups without clearing the terminal (#... (diff) | |
| download | atuin-02fc47aaf1b43be016f455ef30ba79f39f8a15a3.zip | |
chore: strip symbols in dist profile to reduce binary size
Adds strip = "symbols" to the cargo dist profile, removing debug
symbols and symbol tables from the release binary (~5MiB savings).
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,3 +81,4 @@ features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] [profile.dist] inherits = "release" lto = "thin" +strip = "symbols" |
