diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ path = "src/main.rs" [profile.release] opt-level = 2 codegen-units = 1 +# split-debuginfo = "packed" +strip = true +# debug = "full" [profile.dev.package."*"] opt-level = 2 |
