From 679433d16cec238b5f41cd116a7a1b18ddd62bd6 Mon Sep 17 00:00:00 2001 From: arnekeller Date: Tue, 9 Apr 2019 21:55:08 +0200 Subject: [PATCH] Enable LTO --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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" }