Skip to content

Commit b685e7d

Browse files
authoredJan 13, 2025··
Merge pull request #11 from zamazan4ik/patch-1
Enable LTO and codegen-units = 1 optimization
2 parents ac9d3d7 + 14ae8c7 commit b685e7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎Cargo.toml

+4
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)
Please sign in to comment.