mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-30 02:13:27 +03:00
Strip debug symbols when building wheels
This commit is contained in:
parent
01349c43e1
commit
99489afa3f
1
.github/workflows/publishing.yml
vendored
1
.github/workflows/publishing.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user