Skip to content

Commit 234aa6f

Browse files
committed
perf: reduce guest cycles
1 parent 5ca1536 commit 234aa6f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bin/guest/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ name = "reth"
44
description = ""
55
edition = "2021"
66

7+
[profile.release]
8+
codegen-units = 1
9+
lto = "fat"
10+
embed-bitcode = true
11+
debug = true
12+
713
[dependencies]
814
bincode = "1.3.3"
915

0 commit comments

Comments
 (0)