Avril 3 years ago
parent fa63d6154f
commit e553824682
Signed by: flanchan
GPG Key ID: 284488987C31F630

3
.gitignore vendored

@ -1,3 +1,6 @@
/target
/test
*~
flamegraph.svg
perf*

@ -7,6 +7,12 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "unwind"
[features]
default = ["threads"]

Loading…
Cancel
Save