diff options
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,3 +75,6 @@ large_enum_variant = "allow" module_inception = "allow" multiple_inherent_impl = "warn" type_complexity = "allow" + +[profile.release] +strip = "debuginfo" |
