Skip to content

Commit 3be2132

Browse files
authored
Use Release build for CodeQL
To reduce build size
1 parent 07f2f03 commit 3be2132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
analyze-cpp:
4343
name: Analyze C-C++
4444
env:
45-
BUILD_TYPE: RelWithDebInfo
45+
BUILD_TYPE: Release
4646
INSTALL_PATH: ${{github.workspace}}/dependencies/install
4747
DOWNLOAD_PATH: ${{github.workspace}}/dependencies/download
4848
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)