Skip to content

Commit 2599e49

Browse files
bors[bot]DaQue
andcommitted
Merge #118
118: Update build-it.md r=therealprof a=DaQue Make it clear how to ensure optimizations will be turned off just using the provided Cargo.toml and cargo build line. Co-authored-by: DaQue <[email protected]>
2 parents 0b51fb7 + 14a9a0a commit 2599e49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/05-led-roulette/build-it.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ $ cargo build --target thumbv7em-none-eabihf
4747

4848
> **NOTE** Be sure to compile this crate *without* optimizations
4949
50-
OK, now we have produced an executable. As a sanity check, let's verify that the produced executable
51-
is actually an ARM binary:
50+
OK, now we have produced an executable. This isn't a version that will actually blink any leds but a simplified version we will build on through the rest of the chapter. As a sanity check, let's verify that the produced executable is actually an ARM binary:
5251

5352
``` console
5453
$ # equivalent to `readelf -h target/thumbv7em-none-eabihf/debug/led-roulette`

0 commit comments

Comments
 (0)