mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-06-14 22:27:03 +08:00
add vscode debug support. please see https://learningos.github.io/rust-based-os-comp2022/0setup-devel-env.html#vscode for more usage details
This commit is contained in:
@@ -16,3 +16,7 @@ lock_api = "=0.4.6"
|
||||
xmas-elf = "0.7.0"
|
||||
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers" }
|
||||
easy-fs = { path = "../easy-fs" }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
opt-level = 0
|
||||
Reference in New Issue
Block a user