We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac9d3d7 + 14ae8c7 commit b685e7dCopy full SHA for b685e7d
Cargo.toml
@@ -21,3 +21,7 @@ gitql-parser = "0.34.0"
21
gitql-engine = "0.35.0"
22
clang-sys = { version = "1.8.1", features = ["clang_16_0"] }
23
dyn-clone = "1.0.17"
24
+
25
+[profile.release]
26
+codegen-units = 1
27
+lto = true
0 commit comments