Skip to content

Commit d6d1973

Browse files
authored
Update Cargo.toml (for release)
1 parent c525812 commit d6d1973

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

greyjack/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ polars = { version = "0.46.0", features = ["lazy", "ndarray", "serde", "abs"] }
2222
# if you build lib from source code
2323
# uncomment to gain max performance (increases calculation speed about ~10%,
2424
# but also increases build time ~20x times)
25-
#[profile.release]
26-
#lto = true
27-
#codegen-units = 1
28-
#debug = true
29-
#opt-level = 3
25+
[profile.release]
26+
lto = true
27+
codegen-units = 1
28+
debug = true
29+
opt-level = 3

0 commit comments

Comments
 (0)