diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index 221ab1e27..fb8827348 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -53,6 +53,12 @@ features = [ panic = "abort" debug = true +[profile.dev] +debug = 0 + +[profile.test] +debug = "line-tables-only" + [workspace] members = [ "derive-docs",