Skip to content

Commit ef80ad3

Browse files
authored
chore(build-release): Enable Link-Time Optimization (LTO) and codegen-units = 1 (#288)
1 parent a3a8a7f commit ef80ad3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ arkflow-core = { path = "crates/arkflow-core", version = "0.2.0-rc2" }
6969
arkflow-plugin = { path = "crates/arkflow-plugin", version = "0.2.0-rc2" }
7070
tempfile = "3.19.1"
7171
mockall = "0.12"
72+
73+
74+
[profile.release]
75+
codegen-units = 1
76+
lto = true

0 commit comments

Comments
 (0)