diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-20 15:34:05 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-20 15:34:05 +0200 |
commit | 52219f0c3fa2166e48c00eb548f9701bbd0024be (patch) | |
tree | e719d08fc928395683f94b704540b83396f72993 /Cargo.toml | |
parent | 4104f2b5ce8db469be935dd9dda2ecd815c3706b (diff) |
update dependencies; add release-small profile
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -6,8 +6,13 @@ edition = "2021" rust-version = "1.70" resolver = "2" -[profile.release] +[profile.release-small] +inherits = "release" +opt-level = "s" +strip = true lto = true +panic = "abort" +codegen-units = 1 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |