Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ca9613

Browse files
.cirrus.yml: set CXXFLAGS as well
Without this, the sanitizers are disabled on C++ sources.
1 parent fa61a24 commit 8ca9613

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)

AltStyle によって変換されたページ (->オリジナル) /