diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -17,3 +17,7 @@ nom = "7" | |||
| 17 | nom_locate = "4" | 17 | nom_locate = "4" |
| 18 | slotmap = "1" | 18 | slotmap = "1" |
| 19 | thiserror = "1" | 19 | thiserror = "1" |
| 20 | |||
| 21 | [profile.release] | ||
| 22 | strip = true | ||
| 23 | opt-level = "z" | ||
