Skip to content

Commit fdef059

Browse files
committed
.cirrus.yml: set CXXFLAGS as well
Without this, the sanitizers are disabled on C++ sources.
1 parent 9a4bb47 commit fdef059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ asan_task:
148148
`#--with-pdo-dblib`
149149
--enable-werror
150150
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
151+
CXXFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
151152
LDFLAGS='-fsanitize=undefined,address'
152153
CC=clang
153154
CXX=clang++

0 commit comments

Comments
 (0)