make build docs reflect zig 0.11 cli args (#983)

This commit is contained in:
Jesper Wendel Devantier 2023-02-07 23:46:15 +01:00 committed by GitHub
parent 8ec82321d4
commit ebbe455722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ Building `zls` is very easy. You will need [a build of Zig master](https://zigla
```bash
git clone --recurse-submodules https://github.com/zigtools/zls
cd zls
zig build -Drelease-safe
zig build -Doptimize=ReleaseSafe
```
#### Build Options