From 7504980c86e08a661030b668604ac57c4e37d649 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Sat, 12 Oct 2024 16:16:50 +0300 Subject: [PATCH] feat: enable LTO --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b223c90..ce12c2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,6 @@ members = ["cli", "lib", "shell"] resolver = "2" [profile.release] +lto = "fat" opt-level = "s" -# rustflags = ["-C", "inline-threshold=1"] \ No newline at end of file +# rustflags = ["-C", "inline-threshold=1"]