From baa3d00cf33aa27406d696f722b16400ec22b3c4 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Thu, 28 Aug 2025 16:45:51 +0200 Subject: [PATCH] downgrade cargo strip option to debuginfo to avoid issues with webassembly build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b454b7a..8f1b2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ napi-build = "2" [profile.release] lto = true -strip = "symbols" +strip = "debuginfo"