Skip to content

Commit 41fb59a

Browse files
taronaeoAlekseiNikiforovIBM
authored andcommitted
devops: LLAMA_FATAL_WARNINGS=ON
Signed-off-by: Aaron Teo <[email protected]>
1 parent 5310bbb commit 41fb59a

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
@@ -238,7 +238,7 @@ jobs:
238238
id: cmake_build
239239
run: |
240240
cmake -B build \
241-
-DLLAMA_FATAL_WARNINGS=OFF \
241+
-DLLAMA_FATAL_WARNINGS=ON \
242242
-DGGML_RPC=ON
243243
cmake --build build --config Release -j $(nproc)
244244

0 commit comments

Comments
 (0)