We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18356db commit 9bf2de2Copy full SHA for 9bf2de2
Cargo.toml
@@ -83,7 +83,7 @@ overflow-checks = false
83
# duplicated from `bios/stage-2/Cargo.toml`
84
[profile.stage-2]
85
inherits = "release"
86
-opt-level = "s"
+opt-level = "z"
87
codegen-units = 1
88
debug = false
89
overflow-checks = true
bios/stage-2/Cargo.toml
@@ -18,7 +18,7 @@ bootloader-x86_64-bios-common = { workspace = true }
18
# See https://github.com/rust-lang/cargo/issues/8264 for details.
19
20
21
22
23
24
0 commit comments