From a5813d0fc0d77d5c0fadf5ce8704310fac307571 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Sat, 26 Sep 2020 06:06:43 +0200 Subject: [PATCH] Revert LTO optimization (#20) For some reason the size is smaller on Netlify without LTO --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9c1c870..9ae1d96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,6 @@ edition = "2018" [lib] crate-type = ["cdylib"] -[profile.release] -lto = true - [badges] travis-ci = { repository = "cecton/yewprint", branch = "main" } is-it-maintained-issue-resolution = { repository = "cecton/yewprint" }