aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/darwin.yml
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-12-21 12:31:47 -0800
committerGarrett D'Amore <garrett@damore.org>2024-12-21 12:37:16 -0800
commitc6babe615b8d96acf25721dc8cdf1c5bf37130b5 (patch)
tree6131650e1c5c411615fcc4e4ea67dfcc4a3faf55 /.github/workflows/darwin.yml
parent1514a532617b1fa7d4568a79a9d8ae24ceba1be9 (diff)
downloadnng-c6babe615b8d96acf25721dc8cdf1c5bf37130b5.tar.gz
nng-c6babe615b8d96acf25721dc8cdf1c5bf37130b5.tar.bz2
nng-c6babe615b8d96acf25721dc8cdf1c5bf37130b5.zip
workflows: add pollq and make build debug for backtraces
Diffstat (limited to '.github/workflows/darwin.yml')
-rw-r--r--.github/workflows/darwin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml
index cc683c0a..48eae5b1 100644
--- a/.github/workflows/darwin.yml
+++ b/.github/workflows/darwin.yml
@@ -15,7 +15,7 @@ jobs:
run: brew install ninja
- name: Configure
- run: mkdir build && cd build && cmake -G Ninja -DNNG_ENABLE_TLS=ON ..
+ run: mkdir build && cd build && cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DNNG_ENABLE_TLS=ON ..
- name: build
run: cd build && ninja