summaryrefslogtreecommitdiff
path: root/examples/rust
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-27 02:40:08 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-27 02:40:08 +0100
commit9d30a1b0d93b45c05f86e61df77359303aab449d (patch)
treea2a0e84ff5e548143593c84396908e2745726d85 /examples/rust
parenta89f75ce42f83de09bad72c1baf697a007751b1b (diff)
pref: callstack/callframe improvements
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust')
-rw-r--r--examples/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml
index 837f7f3..8a608d0 100644
--- a/examples/rust/Cargo.toml
+++ b/examples/rust/Cargo.toml
@@ -29,7 +29,7 @@ name="fibonacci"
path="src/fibonacci.rs"
[profile.wasm]
-opt-level="s"
+opt-level=3
lto="thin"
codegen-units=1
panic="abort"