diff options
Diffstat (limited to 'examples/rust')
| -rw-r--r-- | examples/rust/Cargo.toml | 2 |
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" |
