From c6babe615b8d96acf25721dc8cdf1c5bf37130b5 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 21 Dec 2024 12:31:47 -0800 Subject: workflows: add pollq and make build debug for backtraces --- .github/workflows/darwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/darwin.yml') 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 -- cgit v1.2.3-70-g09d2