minimize size (#121)

This commit is contained in:
Ana Hobden 2022-12-13 10:02:57 -08:00 committed by GitHub
parent e2e841ab8e
commit fce4470051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,3 +61,8 @@ term = "0.7.0"
[dev-dependencies]
eyre = "0.6.8"
[profile.release]
strip = true # Automatically strip symbols from the binary.
opt-level = "z" # Optimize for size.
lto = true