Cargo Profiles
| Profile | Optimization | LTO | Codegen Units | Panic | Strip | Debug |
|---|---|---|---|---|---|---|
dev | 0 | off | default | unwind | no | 1 (line tables) |
release | 3 | thin | 1 | abort | yes | no |
release-debug | 3 | thin | 1 | abort | no | full |
| Profile | Optimization | LTO | Codegen Units | Panic | Strip | Debug |
|---|---|---|---|---|---|---|
dev | 0 | off | default | unwind | no | 1 (line tables) |
release | 3 | thin | 1 | abort | yes | no |
release-debug | 3 | thin | 1 | abort | no | full |