Skip to content

Commit 21e88c8

Browse files
authored
run sanitizers in release, otherwise too slow (ggml-org#5)
1 parent cbef542 commit 21e88c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
# sudo apt-get install cmake
327327
#
328328
# - name: Configure
329-
# run: cmake . -DCMAKE_BUILD_TYPE=Debug -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON
329+
# run: cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON
330330
#
331331
# - name: Build
332332
# run: |

0 commit comments

Comments
 (0)