Disable KVM when using GDB

This commit is contained in:
fgh1999
2024-04-18 08:33:15 +00:00
committed by Tate, Hongliang Tian
parent 4f575e2028
commit a52e43218e
5 changed files with 24 additions and 14 deletions

View File

@ -15,7 +15,7 @@ pub fn cargo() -> Command {
Command::new("cargo")
}
pub fn profile_adapter(profile: &str) -> &str {
pub fn profile_name_adapter(profile: &str) -> &str {
match profile {
"dev" => "debug",
_ => profile,