From 3bcc4d0d5556ee329f3f351b034e4bb298eed9c3 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 24 Apr 2020 21:28:51 +0700 Subject: lto=true and codegen-units=1 together --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 51adc959..6e43727a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,3 +82,4 @@ liquid = { version = "0.20", optional = true } [profile.release] lto = true +codegen-units = 1 -- cgit v1.2.3