From fa58f5887e066428a227110c294decc884cc5789 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:15:09 +0100 Subject: [PATCH] The kernel now works fine without optimizations It is relatively slow without optimizations, but it is still usable. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb7fc6f697..e81263f40f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,9 +63,6 @@ slab = ["slab_allocator"] # Avoids having to define the eh_personality lang item and reduces kernel size panic = "abort" -# Kernel doesn't yet work great with debug mode :( -opt-level = 3 - [profile.release] # Avoids having to define the eh_personality lang item and reduces kernel size panic = "abort"