Bump Rust to nightly-2022-04-11 && support debugging in release mode
This commit is contained in:
parent
9c51d69727
commit
db89fef127
6 changed files with 25 additions and 3 deletions
|
@ -10,3 +10,6 @@ edition = "2018"
|
|||
buddy_system_allocator = "0.6"
|
||||
bitflags = "1.2.1"
|
||||
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue