summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-10-08 18:50:53 -0400
committerMicha White <botahamec@outlook.com>2023-10-08 18:50:53 -0400
commitd500f7e6b4440cd03309895401eb97733133ab38 (patch)
tree48710abbe434b81bc45a7b25446c349d324ea9e2
parent5c72e1c67d9526e7b08945c1060a5c13c5839b0f (diff)
Optimize config
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2dfe5ac..2f127c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,8 @@ members = [
opt-level = 3
[profile.release]
-lto = true
+lto = "fat"
panic = 'abort'
incremental = false
codegen-units = 1
+strip = "symbols"