diff --git a/Cargo.toml b/Cargo.toml index 284cff1..fbb1e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,7 @@ features = ["sse", "map_physical_memory"] opt-level = 1 debug = 2 + [profile.test] opt-level = 1 debug = 2 diff --git a/cache_info/Cargo.toml b/cache_info/Cargo.toml index 3413879..3ba7091 100644 --- a/cache_info/Cargo.toml +++ b/cache_info/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] polling_serial = { path = "../polling_serial" } -vga_buffer = { path = "../vga_buffer" } \ No newline at end of file +vga_buffer = { path = "../vga_buffer" } diff --git a/vga_buffer/Cargo.toml b/vga_buffer/Cargo.toml index 05541e9..88a5e4d 100644 --- a/vga_buffer/Cargo.toml +++ b/vga_buffer/Cargo.toml @@ -12,4 +12,4 @@ spin = "0.5.2" [dependencies.lazy_static] version = "1.0" -features = ["spin_no_std"] \ No newline at end of file +features = ["spin_no_std"]