We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d98572 commit 5032620Copy full SHA for 5032620
prepare.vulkan.sh
@@ -1 +1,6 @@
1
-cmake -S . -B ../build.vulkan -DGGML_VULKAN=ON -DGGML_NATIVE=OFF -DGGML_METAL=OFF
+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