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] [profile.release]
panic = "abort" panic = "abort"
debug = false lto = "fat"
strip = "symbols"
codegen-units = 1 codegen-units = 1
lto = true incremental = false
strip = "symbols"
rustflags = ["-Zlocation-detail=none"]
[profile.dev] [profile.dev]
opt-level = 1 opt-level = 1

2
rust-toolchain.toml Normal file
View file

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