aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-12-26 21:49:12 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-12-26 21:51:32 +0100
commitf88b65620115fb4ca0f96af122c6b18c2a081eab (patch)
tree43250641de4f3deee1c620e7cdf6f36fcd93dcfb /Cargo.toml
parentfe978a160e881b8ea573662909f93907a2ff11b7 (diff)
downloadmum-f88b65620115fb4ca0f96af122c6b18c2a081eab.tar.gz
enable thin lto
http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index be2b0e4..bfe9c84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,6 @@ members = [
"mumctl",
"mumlib"
]
+
+[profile.release]
+lto = "thin"