Skip to content

Commit 26c2b45

Browse files
committed
Fix CFLAGS on default behavior for later setuptools versions
1 parent 1da70a5 commit 26c2b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,14 @@ jobs:
243243
CIBW_ENVIRONMENT_LINUX: >-
244244
PYTHON_ISAL_BUILD_CACHE=True
245245
PYTHON_ISAL_BUILD_CACHE_FILE=/tmp/build_cache
246-
CFLAGS="-g0 -DNDEBUG"
246+
CFLAGS="-O3 -DNDEBUG"
247247
CIBW_ENVIRONMENT_WINDOWS: >-
248248
PYTHON_ISAL_BUILD_CACHE=True
249249
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}\build_cache
250250
CIBW_ENVIRONMENT_MACOS: >-
251251
PYTHON_ISAL_BUILD_CACHE=True
252252
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}/build_cache
253-
CFLAGS="-g0 -DNDEBUG"
253+
CFLAGS="-O3 -DNDEBUG"
254254
- name: Build sdist
255255
if: ${{runner.os == 'Linux' && matrix.cibw_archs_linux == 'x86_64'}}
256256
run: |

0 commit comments

Comments
 (0)