We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c37171 commit 55de130Copy full SHA for 55de130
BUILDING.md
@@ -22,9 +22,8 @@ application. Copy it to a new directory to get started.
22
23
## Building and running
24
25
-- Build using a `nightly` version of the compiler and activate the
26
- [`build-std`](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std)
27
- Cargo features: `cargo +nightly build -Z build-std -Z build-std-features=compiler-builtins-mem --target x86_64-unknown-uefi`.
+- Build using a `nightly` version of the compiler:
+ `cargo +nightly build --target x86_64-unknown-uefi`.
28
29
- The `target` directory will contain a `x86_64-unknown-uefi` subdirectory,
30
where you will find the `uefi_app.efi` file - a normal UEFI executable.
0 commit comments