diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -106,6 +106,10 @@ codegen-units = 1 panic = "abort" strip = "symbols" +[profile.wasm] +inherits = "release" +panic = "unwind" + [profile.small] inherits = "release" opt-level = "z" |