Enable LTO and disable incremental release builds
This commit is contained in:
parent
20cd30c664
commit
8e3ea76d55
@ -8,6 +8,8 @@ edition = "2018"
|
|||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
lto = "fat"
|
||||||
|
incremental = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
geo = { git = "https://github.com/FliegendeWurst/geo" }
|
geo = { git = "https://github.com/FliegendeWurst/geo" }
|
||||||
|
Loading…
Reference in New Issue
Block a user