diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-23 21:10:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-23 21:12:56 +0900 |
| commit | b8da2bec0f4622dc761ccb9a5f686f30dcd039e7 (patch) | |
| tree | 68d72c8ed22123eef01e7241b532e98c6fc4180b /Cargo.toml | |
| parent | 0b9834a90b20a90908acc8f698742c7218450008 (diff) | |
| download | php-shirabe-b8da2bec0f4622dc761ccb9a5f686f30dcd039e7.tar.gz php-shirabe-b8da2bec0f4622dc761ccb9a5f686f30dcd039e7.tar.zst php-shirabe-b8da2bec0f4622dc761ccb9a5f686f30dcd039e7.zip | |
chore: add profile.release to cargo.toml
Diffstat (limited to 'Cargo.toml')
| -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" |
