From d9337f848b94f33aa8641acced33c6c2e5efc26e Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 11 May 2024 22:35:30 +0200 Subject: Updated 3 files and added 2 files (automated) --- launcher/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'launcher/Cargo.toml') diff --git a/launcher/Cargo.toml b/launcher/Cargo.toml index a2cdfee..69ba84c 100644 --- a/launcher/Cargo.toml +++ b/launcher/Cargo.toml @@ -6,3 +6,9 @@ edition = "2021" [dependencies] dirs = "5.0.1" rustc_version_runtime = "0.3.0" + +[profile.release] +strip = "symbols" +lto = "fat" +panic = "abort" +codegen-units = 1 -- cgit