Add info to README

This commit is contained in:
Sam Tebbs 2020-06-02 21:16:37 +01:00
parent a9589c2e56
commit c2a9622b3d

View file

@ -35,7 +35,7 @@ zig build debug-run
## Debug
Launch a gdb instance and connect to qemu.
Launch a gdb-multiarch instance and connect to qemu.
```Shell
zig build debug
@ -57,6 +57,9 @@ zig build test
* `-D[build-mode]=`: Boolean (default `false`).
* **build**: Build a certain build mode (*release-safe*, *release-fast*, *release-small*). Don't set in order to use the *debug* build mode.
* **test**: Test a certain build mode (*release-safe*, *release-fast*, *release-small*). Don't set in order to use the *debug* build mode.
* `-Darch=`: String (default `x86`). Currently the only supported value is `x86`.
* **build**: Build for a certain architecture.
* **test**: Test a certain architecture.
## Contribution