diff --git a/Cargo.toml b/Cargo.toml index ad6ae9a..6457aac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ edition = "2018" codegen-units = 1 opt-level = 3 panic = "abort" +lto = "fat" +incremental = false [dependencies] geo = { git = "https://github.com/FliegendeWurst/geo" }