aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Brewbaker <crb002@gmail.com>2023-07-11 11:03:06 -0500
committerGitHub <noreply@github.com>2023-07-11 19:03:06 +0300
commit917831c63a4138814d23da1917bf2b5d5b9faa6c (patch)
tree9e63784f8fc9e3ae2a68e35f6eb7be8e04c9d218
parent2347463201a9f4159ae95b737e1544dd300569c8 (diff)
readme : fix zig build instructions (#2171)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 63457b6..476cc43 100644
--- a/README.md
+++ b/README.md
@@ -239,7 +239,7 @@ In order to build llama.cpp you have three different options.
- Using `Zig`:
```bash
- zig build -Drelease-fast
+ zig build -Doptimize=ReleaseFast
```
### Metal Build