Skip to content

Commit 3bd9f53

Browse files
author
Arnaud Riess
committed
fix: optimize Rust E2E build by changing optimization level to 3
1 parent cce2064 commit 3bd9f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/herkos-tests/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ fn process_rust_e2e_files(
154154
"--edition",
155155
"2021",
156156
"-C",
157-
"opt-level=z",
157+
"opt-level=3",
158158
"-C",
159159
"lto=yes",
160160
// Reduce the Wasm stack size from the default 1 MiB to 64 KiB,

0 commit comments

Comments
 (0)