Merge pull request #13 from DioCrafts/feature/LTO
adding LTO to gain efficient
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user