mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
feat: perf, use nightly
This commit is contained in:
parent
d31225f704
commit
50be1abaaa
2 changed files with 6 additions and 3 deletions
|
@ -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
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2024-03-20"
|
Loading…
Reference in a new issue