summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-04-24 21:28:51 +0700
committerDavid Peter <sharkdp@users.noreply.github.com>2020-04-24 17:39:25 +0200
commit3bcc4d0d5556ee329f3f351b034e4bb298eed9c3 (patch)
tree25d2a445b15f465aabe2e58f99d374d65fe00e9a
parent8821bca6567264fd5901e659fcddfd86e37822d9 (diff)
lto=true and codegen-units=1 together
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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