We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272b7ed commit 7ba8c5aCopy full SHA for 7ba8c5a
.github/workflows/ci.yml
@@ -217,14 +217,14 @@ jobs:
217
PYTHON_ISAL_BUILD_CACHE=True
218
# This is in the docker container. So probably a '/tmp' will be available
219
PYTHON_ISAL_BUILD_CACHE_FILE=/tmp/build_cache
220
- CFLAGS=-g0
+ FLAGS="-g0 -DNDEBUG"
221
CIBW_ENVIRONMENT_WINDOWS: >-
222
223
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}\build_cache
224
CIBW_ENVIRONMENT_MACOS: >-
225
226
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}/build_cache
227
+ CFLAGS="-g0 -DNDEBUG"
228
- name: Build sdist
229
if: ${{runner.os == 'Linux' && matrix.cibw_archs_linux == 'x86_64'}}
230
run: |
0 commit comments