ソースを参照

readme : fix zig build instructions (#2171)

Chad Brewbaker 2 年 前
コミット
917831c63a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -239,7 +239,7 @@ In order to build llama.cpp you have three different options.
 - Using `Zig`:
 - Using `Zig`:
 
 
     ```bash
     ```bash
-    zig build -Drelease-fast
+    zig build -Doptimize=ReleaseFast
     ```
     ```
 
 
 ### Metal Build
 ### Metal Build