docs: use less noisy build option forms

This commit is contained in:
Isaac Freund 2020-12-31 02:59:40 +01:00
parent c143864f3e
commit 3985b89d62
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -45,9 +45,9 @@ installed:
Then run, for example:
```
zig build -Drelease-safe=true --prefix /usr install
zig build -Drelease-safe --prefix /usr install
```
To enable experimental Xwayland support pass the `-Dxwayland=true` option as well.
To enable experimental Xwayland support pass the `-Dxwayland` option as well.
## Usage