aboutsummaryrefslogtreecommitdiffstats
path: root/pong
diff options
context:
space:
mode:
Diffstat (limited to 'pong')
-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" }