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 4232fb1 commit 5b98d50Copy full SHA for 5b98d50
.github/workflows/push.yml
@@ -80,7 +80,7 @@ jobs:
80
configurationParameters: >-
81
--${{ matrix.debug && 'enable' || 'disable' }}-debug
82
--${{ matrix.zts && 'enable' || 'disable' }}-zts
83
- ${{ matrix.asan && 'CFLAGS="-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address" --disable-opcache-jit' || '' }}
+ ${{ matrix.asan && 'CFLAGS="-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address" CC=clang CXX=clang++ --disable-opcache-jit' || '' }}
84
skipSlow: ${{ matrix.asan }}
85
- name: make
86
run: make -j$(/usr/bin/nproc) >/dev/null
0 commit comments