From e852448a072bc32b812d926d3a072ede8ec652c8 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Thu, 13 Apr 2023 21:18:35 +0200 Subject: Enable LTO for production builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3e75bfb..72f7a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,3 +31,6 @@ opt-level = 3 incremental = false [workspace] + +[profile.release] +lto = true \ No newline at end of file -- cgit v1.2.3