From 70cf0a52b944d9e131dcaf2c16c290745f74d01e Mon Sep 17 00:00:00 2001 From: exoticus Date: Thu, 9 Apr 2020 19:40:27 +0200 Subject: [PATCH] size/compile optimization --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d0ffe70..0fd7893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,8 @@ winres = "0.1.11" [profile.release] debug = true +lto = true +incremental = true [package.metadata.bundle] name = "Neovide"