summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"