Add info to README
This commit is contained in:
parent
a9589c2e56
commit
c2a9622b3d
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue