The kernel now works fine without optimizations
It is relatively slow without optimizations, but it is still usable.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user