Skip to content

Commit 936af4c

Browse files
authored
feat: enable LTO and codegen-units = 1 optimizations (#369)
1 parent 042124e commit 936af4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ members = [
77
"refinery_macros",
88
"examples",
99
]
10+
11+
[profile.release]
12+
codegen-units = 1
13+
lto = true

0 commit comments

Comments
 (0)