mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-31 22:04:35 +00:00
run sanitizers in release, otherwise too slow (#5)
This commit is contained in:
parent
cbef542879
commit
21e88c8b0f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -326,7 +326,7 @@ jobs:
|
||||
# sudo apt-get install cmake
|
||||
#
|
||||
# - name: Configure
|
||||
# run: cmake . -DCMAKE_BUILD_TYPE=Debug -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON
|
||||
# run: cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON
|
||||
#
|
||||
# - name: Build
|
||||
# run: |
|
||||
|
Loading…
Reference in New Issue
Block a user