From 1ae8bf68fc74f60584cfb055656e913b4ae16e4c Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Mon, 8 Apr 2024 00:01:43 -0700 Subject: [PATCH] [github][ci] build debug and release builds with clang --- .github/workflows/github-ci-clang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-ci-clang.yml b/.github/workflows/github-ci-clang.yml index 7ec0b8da..9c036eea 100644 --- a/.github/workflows/github-ci-clang.yml +++ b/.github/workflows/github-ci-clang.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: toolchain-ver: [13, 14, 15] - debug: [2] + debug: [2, 0] project: # Note: Clang toolchains do not ship with a compiler-rt (libgcc) for # all targets, so we have to restrict this build matrix to targets