Merge pull request #13 from DioCrafts/feature/LTO

adding LTO to gain efficient
This commit is contained in:
Dionisio Pozo
2025-03-26 11:10:06 +01:00
committed by GitHub
+7
View File
@@ -43,3 +43,10 @@ hyper = { version = "1.2.0", features = ["full"] }
default = []
test_utils = ["mockall"]
[profile.release]
lto = "thin"
codegen-units = 1
opt-level = 3
panic = "abort"
strip = true