From 8e3ea76d5591ec55805bf03751af5612cbe1e229 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Mon, 29 Apr 2019 15:06:11 +0200 Subject: [PATCH] Enable LTO and disable incremental release builds --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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" }