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:
parent
4e47e19b12
commit
f6625de0e5
@ -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"
|
Loading…
x
Reference in New Issue
Block a user