aboutsummaryrefslogtreecommitdiff
path: root/launcher/Cargo.toml
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-05-11 22:35:30 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-05-11 22:35:30 +0200
commitd9337f848b94f33aa8641acced33c6c2e5efc26e (patch)
tree8bd3540c41fe8f8814a37ca56d9808f42e71dea3 /launcher/Cargo.toml
parent2a6714bb00afebe50ce92ed726a50e11c0874966 (diff)
downloadatomic-d9337f848b94f33aa8641acced33c6c2e5efc26e.tar.gz
atomic-d9337f848b94f33aa8641acced33c6c2e5efc26e.tar.bz2
atomic-d9337f848b94f33aa8641acced33c6c2e5efc26e.zip
Updated 3 files and added 2 files (automated)
Diffstat (limited to 'launcher/Cargo.toml')
-rw-r--r--launcher/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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