Skip to content

Commit 097ed22

Browse files
committed
Remove Cargo features from BUILDING.md
1 parent eb7b9d9 commit 097ed22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

BUILDING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ application. Copy it to a new directory to get started.
2222

2323
## Building and running
2424

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`.
25+
- Build using a `nightly` version of the compiler:
26+
`cargo +nightly build --target x86_64-unknown-uefi`.
2827

2928
- The `target` directory will contain a `x86_64-unknown-uefi` subdirectory,
3029
where you will find the `uefi_app.efi` file - a normal UEFI executable.

0 commit comments

Comments
 (0)