Enable LTO

This commit is contained in:
arnekeller 2019-04-09 21:55:08 +02:00
parent 99f050bc12
commit 679433d16c

View File

@ -9,6 +9,8 @@ codegen-units = 1
opt-level = 3
panic = "abort"
debug = true
lto = "fat"
incremental = false
[dependencies]
geo = { git = "https://github.com/FliegendeWurst/geo" }