We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba446d3 commit a7863e3Copy full SHA for a7863e3
1 file changed
Cargo.toml
@@ -11,4 +11,7 @@ clap = "*"
11
cythan = {git = "https://github.com/Cypooos/Cythan-v3#cfd832b"}
12
cythan-compiler = {git = "https://github.com/Cythan-Project/cythan-compiler#26d0194"}
13
compression = "*"
14
-anyhow = "*"
+anyhow = "*"
15
+
16
+[profile.release]
17
+lto = true
0 commit comments