Skip to content

Commit 489ec21

Browse files
committed
Set CMAKE_BUILD_TYPE to Release in build workflow
1 parent 88f1cc0 commit 489ec21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
CIBW_DEPENDENCY_VERSIONS: latest
169169
CIBW_BUILD_VERBOSITY: 3
170170
MACOSX_DEPLOYMENT_TARGET: '11'
171+
CIBW_ENVIRONMENT: CMAKE_BUILD_TYPE=Release
171172
steps:
172173
- uses: actions/checkout@v3
173174
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)