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 c083efb commit 12afd0cCopy full SHA for 12afd0c
.github/workflows/nightly.yml
@@ -215,9 +215,8 @@ jobs:
215
configurationParameters: >-
216
--enable-debug
217
--enable-zts
218
- --enable-address-sanitizer
219
- --enable-undefined-sanitizer
220
- CFLAGS='-DZEND_TRACK_ARENA_ALLOC -fno-sanitize-recover'
+ CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
+ LDFLAGS='-fsanitize=undefined,address'
221
- name: make
222
run: make -j$(/usr/bin/nproc) >/dev/null
223
- name: make install
0 commit comments