Strip debug symbols when building wheels

This commit is contained in:
ZipFile 2025-05-28 20:35:04 +00:00
parent 01349c43e1
commit 99489afa3f

View File

@ -66,6 +66,7 @@ jobs:
CIBW_ENVIRONMENT: >-
PIP_CONFIG_SETTINGS="build_ext=-j4"
DEPENDENCY_INJECTOR_LIMITED_API="1"
CFLAGS="-g0"
steps:
- uses: actions/checkout@v3
- name: Build wheels