docs: add -Doptimize=ReleaseFast to macos build instructions
This commit is contained in:
parent
3e203c22f2
commit
87ffe80c91
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ is easiest with `brew`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install notcurses
|
brew install notcurses
|
||||||
zig build -Duse_system_notcurses=true --search-prefix $HOMEBREW_PREFIX
|
zig build -Doptimize=ReleaseFast -Duse_system_notcurses=true --search-prefix $HOMEBREW_PREFIX
|
||||||
```
|
```
|
||||||
|
|
||||||
If `HOMEBREW_PREFIX` is not set in your environment check your brew configuration
|
If `HOMEBREW_PREFIX` is not set in your environment check your brew configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue