Skip to content

Commit 071143d

Browse files
committed
devops: LLAMA_FATAL_WARNINGS=ON
Signed-off-by: Aaron Teo <[email protected]>
1 parent 7a9d105 commit 071143d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
id: cmake_build
237237
run: |
238238
cmake -B build \
239-
-DLLAMA_FATAL_WARNINGS=OFF \
239+
-DLLAMA_FATAL_WARNINGS=ON \
240240
-DGGML_RPC=ON
241241
cmake --build build --config Release -j $(nproc)
242242

0 commit comments

Comments
 (0)