From 2f32aa0f1848f937992254fd9a610264784aefbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 31 Jan 2021 09:55:40 +0100 Subject: thin lto --- pong/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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" } -- cgit v1.2.1