From 56ec28550f4f66aa8ab5a510bc92b3c541877837 Mon Sep 17 00:00:00 2001 From: MunirG05 Date: Wed, 12 Jul 2023 22:16:14 +0530 Subject: [PATCH] does this fix the issue?? --- repbuild/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repbuild/src/main.rs b/repbuild/src/main.rs index 68ebe26..1424038 100644 --- a/repbuild/src/main.rs +++ b/repbuild/src/main.rs @@ -187,7 +187,7 @@ fn run(release: bool, target: Target) -> Result<(), Error> { #[cfg(target_os = "linux")] { - //com.args(["-enable-kvm", "-cpu", "host"]); + // com.args(["-enable-kvm", "-cpu", "host"]); } }