From 97ea7ea6eccc90577a67afaa921c429fd388fa6a Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Thu, 12 Sep 2024 10:29:11 +0200 Subject: [PATCH] Disable syscall debug --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 343c51336b..8ec910a84f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,6 @@ default = [ "serial_debug", "self_modifying", "x86_kvm_pv", - "syscall_debug", ] # Activates some limited code-overwriting optimizations, based on CPU features.