Skip to content

Commit fb70d0e

Browse files
authored
Merge pull request #108 from pycompression/smaller-wheels
Reduce size of wheels by stripping debug information
2 parents 0dd01a2 + addcce8 commit fb70d0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,15 @@ jobs:
222222
PYTHON_ISAL_BUILD_CACHE=True
223223
# This is in the docker container. So probably a '/tmp' will be available
224224
PYTHON_ISAL_BUILD_CACHE_FILE=/tmp/build_cache
225+
CFLAGS=-g0
225226
CIBW_ENVIRONMENT_WINDOWS: >-
226227
PYTHON_ISAL_BUILD_CACHE=True
227228
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}\build_cache
229+
CFLAGS=-g0
228230
CIBW_ENVIRONMENT_MACOS: >-
229231
PYTHON_ISAL_BUILD_CACHE=True
230232
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}/build_cache
233+
CFLAGS=-g0
231234
- name: Build sdist
232235
if: ${{runner.os == 'Linux' && matrix.cibw_archs_linux == 'x86_64'}}
233236
run: |

0 commit comments

Comments
 (0)