Bump Rust to nightly-2022-04-11 && support debugging in release mode

This commit is contained in:
Yifan Wu 2022-04-16 15:59:10 -07:00
parent 9c51d69727
commit db89fef127
6 changed files with 25 additions and 3 deletions

View file

@ -22,3 +22,6 @@ easy-fs = { path = "../easy-fs" }
[features]
board_qemu = []
board_k210 = []
[profile.release]
debug = true