build: add release build profile

This commit is contained in:
Paul-Christian Volkmer 2024-02-23 15:19:18 +01:00
parent 6ce1563bef
commit b421ea0475

View File

@ -15,4 +15,11 @@ mysql = "24.0"
serde = { version = "1.0", features = ["derive"] }
urlencoding = "2.1"
[profile.release]
opt-level = "s"
codegen-units = 1
lto = true
strip = true
panic = "abort"