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 82ed0b2 commit 4ec49a5Copy full SHA for 4ec49a5
.github/workflows/nightly.yml
@@ -57,6 +57,8 @@ jobs:
57
configurationParameters: >-
58
CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC"
59
LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function"
60
+ CC=clang-17
61
+ CXX=clang++-17
62
--enable-debug
63
--enable-zts
64
skipSlow: true # FIXME: This should likely include slow extensions
0 commit comments