Skip to content

Commit 5032620

Browse files
committed
prepare.vulkan.sh: more details
1 parent 6d98572 commit 5032620

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

prepare.vulkan.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
cmake -S . -B ../build.vulkan -DGGML_VULKAN=ON -DGGML_NATIVE=OFF -DGGML_METAL=OFF
1+
cmake -S . \
2+
-B ../build.vulkan \
3+
-DGGML_VULKAN=ON \
4+
-DGGML_NATIVE=OFF \
5+
-DGGML_METAL=OFF \
6+
-DCMAKE_BUILD_TYPE=Debug

0 commit comments

Comments
 (0)