1
0
mirror of https://github.com/CCC-MF/bwhc-kafka-rest-proxy.git synced 2025-04-19 19:16:51 +00:00

build: add release build profile

This commit is contained in:
Paul-Christian Volkmer 2024-03-08 14:47:23 +01:00
parent 4e47e19b12
commit f6625de0e5

View File

@ -56,3 +56,10 @@ version = "0.15"
[dependencies.bwhc-dto] [dependencies.bwhc-dto]
git = "https://github.com/ccc-mf/bwhc-dto-rs" git = "https://github.com/ccc-mf/bwhc-dto-rs"
branch = "master" branch = "master"
[profile.release]
opt-level = "s"
codegen-units = 1
lto = "thin"
strip = true
panic = "abort"