diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-27 02:40:08 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-27 02:40:08 +0100 |
| commit | 9d30a1b0d93b45c05f86e61df77359303aab449d (patch) | |
| tree | a2a0e84ff5e548143593c84396908e2745726d85 /examples | |
| parent | a89f75ce42f83de09bad72c1baf697a007751b1b (diff) | |
pref: callstack/callframe improvements
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples')
| -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" |
