Skip to content

Commit 917831c

Browse files
readme : fix zig build instructions (#2171)
1 parent 2347463 commit 917831c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ In order to build llama.cpp you have three different options.
239239
- Using `Zig`:
240240

241241
```bash
242-
zig build -Drelease-fast
242+
zig build -Doptimize=ReleaseFast
243243
```
244244

245245
### Metal Build

0 commit comments

Comments
 (0)