From 8afc6a7e67f3fd05133b107582f2fd335ee57be2 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 24 Apr 2026 05:01:04 +0200 Subject: [PATCH] Add release profile optimizations to Cargo.toml Co-authored-by: Copilot --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a0725b0..2deb827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,9 @@ walkdir = "2" [dev-dependencies] tempfile = "3" + +[profile.release] +opt-level = 3 +strip = true +lto = true +codegen-units = 1