Skip to content

Commit

Permalink
chore(toml): Disable debug assertions for wasmer-vm crate (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f authored Dec 28, 2023
1 parent 8c72f8a commit 3d5382b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,11 @@ scale-decode = "0.9.0" # gsdk
directories = "5.0.1" # utils/key-finder
num-traits = { version = "0.2", default-features = false } # gear-core

# TODO: remove after wasmer bug is fixed:
# `misaligned pointer dereference: address must be a multiple of 0x8 but is...`
[profile.dev.package."wasmer-vm"]
debug-assertions = false

[profile.release]
panic = "unwind"

Expand Down

0 comments on commit 3d5382b

Please sign in to comment.