Skip to content

Commit

Permalink
examples/simple: add note in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Sep 23, 2023
1 parent 390c302 commit ca7e50c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ For educational purposes, you can also build and run this example using the
You will first need Zig version 0.11.0, which can be downloaded here: [TODO]().

```sh
# TODO @ivanv fix this command to also include board
zig build -Dtarget="aarch64-freestanding" -Doptimize=ReleaseFast simualte
```

[A known issue]() is that compiling the example without optimisations does not
cause the example to function correctly.

0 comments on commit ca7e50c

Please sign in to comment.