Skip to content

Commit 14ae8c7

Browse files
authored
feat: enable LTO and codegen-units = 1 optimization
1 parent ac9d3d7 commit 14ae8c7

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
@@ -21,3 +21,7 @@ gitql-parser = "0.34.0"
2121
gitql-engine = "0.35.0"
2222
clang-sys = { version = "1.8.1", features = ["clang_16_0"] }
2323
dyn-clone = "1.0.17"
24+
25+
[profile.release]
26+
codegen-units = 1
27+
lto = true

0 commit comments

Comments
 (0)