mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-08 23:19:26 +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]
|
[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
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "nightly-2024-03-20"
|
Loading…
Reference in a new issue