diff --git a/Cargo.toml b/Cargo.toml index 8e8132d..f86cf27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }