Skip to content

Commit

Permalink
fix: disable wasm-opt for ironrdp pkg release build
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 12, 2024
1 parent 8a2eebd commit 994890f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/packages/teleport/src/ironrdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ publish.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[lib]
crate-type = ["cdylib"]

Expand Down

0 comments on commit 994890f

Please sign in to comment.