aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-31 09:55:40 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-31 10:14:40 +0100
commit2f32aa0f1848f937992254fd9a610264784aefbd (patch)
treeddd544ea165ec0144e316da4c283a8f1f2261ea3
parentef62c52f4ef990c5f51dd3a3d38c90757890b898 (diff)
downloadsylt-2f32aa0f1848f937992254fd9a610264784aefbd.tar.gz
thin lto
-rw-r--r--pong/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pong/Cargo.toml b/pong/Cargo.toml
index 99b2d36..acf7d67 100644
--- a/pong/Cargo.toml
+++ b/pong/Cargo.toml
@@ -6,6 +6,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[profile.release]
+lto = "thin"
+
[dependencies]
tihdy = { path = ".."}
tihdy_derive = { path = "../tihdy_derive" }