diff options
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,4 +6,7 @@ members = ["wwb"] [profile.release] strip = true lto = true -#panic = "abort" + +[profile.profiling] +inherits = "release" +debug = true |
