Skip to content

Commit 0c52347

Browse files
committed
Test how fast clang is
1 parent 1f7f2a1 commit 0c52347

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.cirrus.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ asan_task:
5353
`#snmp-mibs-downloader`
5454
`#freetds-dev`
5555
`#unixodbc-dev`
56-
`#llvm`
56+
llvm
57+
clang
5758
libc-client-dev
5859
dovecot-core
5960
dovecot-pop3d
@@ -77,6 +78,8 @@ asan_task:
7778
--prefix=/usr
7879
--enable-phpdbg
7980
--enable-fpm
81+
--enable-opcache
82+
--disable-opcache-jit
8083
--with-pdo-mysql=mysqlnd
8184
--with-mysqli=mysqlnd
8285
`#--with-pgsql`
@@ -145,6 +148,8 @@ asan_task:
145148
`#--with-pdo-dblib`
146149
--enable-werror
147150
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC -Wno-stringop-overread' LDFLAGS='-fsanitize=undefined,address'
151+
CC=clang
152+
CXX=clang++ || cat config.log
148153
- make -j2
149154
- make install
150155
- mkdir -p /etc/php.d

0 commit comments

Comments
 (0)