Skip to content

Commit a7863e3

Browse files
committed
Added LTO to cargo.toml
1 parent ba446d3 commit a7863e3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ clap = "*"
1111
cythan = {git = "https://github.com/Cypooos/Cythan-v3#cfd832b"}
1212
cythan-compiler = {git = "https://github.com/Cythan-Project/cythan-compiler#26d0194"}
1313
compression = "*"
14-
anyhow = "*"
14+
anyhow = "*"
15+
16+
[profile.release]
17+
lto = true

0 commit comments

Comments
 (0)