Skip to content

Commit 99489af

Browse files
committed
Strip debug symbols when building wheels
1 parent 01349c4 commit 99489af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publishing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
CIBW_ENVIRONMENT: >-
6767
PIP_CONFIG_SETTINGS="build_ext=-j4"
6868
DEPENDENCY_INJECTOR_LIMITED_API="1"
69+
CFLAGS="-g0"
6970
steps:
7071
- uses: actions/checkout@v3
7172
- name: Build wheels

0 commit comments

Comments
 (0)