aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/sanitizer.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/sanitizer.yml')
-rw-r--r--.github/workflows/sanitizer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml
index e55ed227..7b49c624 100644
--- a/.github/workflows/sanitizer.yml
+++ b/.github/workflows/sanitizer.yml
@@ -24,7 +24,7 @@ jobs:
run: |
mkdir build
cd build
- cmake -G Ninja -DNNG_SANITIZER=${{ matrix.sanitizer }} -DNNG_ENABLE_TLS=ON -DNNG_TOOLS=OFF ..
+ cmake -G Ninja -DNNG_SANITIZER=${{ matrix.sanitizer }} -DCMAKE_BUILD_TYPE=Debug -DNNG_ENABLE_TLS=ON -DNNG_TOOLS=OFF ..
- name: Build
run: |
cd build