From 861d4155513338ffe67a10d76aa982923b84148b Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sat, 5 Oct 2024 18:38:40 -0700 Subject: [PATCH] chore(cargo): enable lto for release builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7557f860..761f1cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,3 +63,6 @@ features = [ "Media", "Media_Control" ] + +[profile.release] +lto = true