diff options
| author | Micha White <botahamec@outlook.com> | 2023-10-08 18:50:53 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-10-08 18:50:53 -0400 |
| commit | d500f7e6b4440cd03309895401eb97733133ab38 (patch) | |
| tree | 48710abbe434b81bc45a7b25446c349d324ea9e2 /Cargo.toml | |
| parent | 5c72e1c67d9526e7b08945c1060a5c13c5839b0f (diff) | |
Optimize config
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ members = [ opt-level = 3
[profile.release]
-lto = true
+lto = "fat"
panic = 'abort'
incremental = false
codegen-units = 1
+strip = "symbols"
|
