Skip to content

Commit

Permalink
test: set opt-level to "z" for Wasm wrapper crate of the fib app in…
Browse files Browse the repository at this point in the history
… integration tests
  • Loading branch information
greenhat committed Nov 6, 2023
1 parent 858528a commit 379a676
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/rust-apps-wasm/fib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ crate-type = ["cdylib"]

[dependencies]
dlmalloc = { version = "0.2.4", features = ["global"]}
miden-integration-tests-rust-fib = { path = "../../rust-apps/fib" }
miden-integration-tests-rust-fib = { path = "../../rust-apps/fib" }

[profile.release]
opt-level = "z"

0 comments on commit 379a676

Please sign in to comment.