Going back because compile times trippled

This commit is contained in:
2024-08-05 11:22:08 +02:00
parent 1c066ec113
commit 3b3801ba0d
7 changed files with 45 additions and 67 deletions

View File

@@ -9,7 +9,7 @@ edition = "2021"
bstr = "1.9.1"
fast-float = "0.2.0"
memchr = "2.7.4"
memmap2 = "0.9.4"
memmap = "0.7.0"
polars = { version = "0.36.2", features = ["csv", "lazy", "nightly", "streaming"]}
rayon = "1.10.0"
rustc-hash = "2.0.0"
@@ -47,7 +47,6 @@ name = "phcs"
harness = false
[profile.release]
debug = true
lto = "fat"
#strip = "symbols"
strip = "symbols"
panic = "abort"