feat: perf, use nightly

This commit is contained in:
Louis-Marie Baer 2024-03-22 12:36:40 +01:00
parent d31225f704
commit 50be1abaaa
2 changed files with 6 additions and 3 deletions

View file

@ -8,10 +8,11 @@ edition = "2021"
[profile.release]
panic = "abort"
debug = false
strip = "symbols"
lto = "fat"
codegen-units = 1
lto = true
incremental = false
strip = "symbols"
rustflags = ["-Zlocation-detail=none"]
[profile.dev]
opt-level = 1

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2024-03-20"