We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 475d687 + cb98123 commit a38dc6fCopy full SHA for a38dc6f
sapi/scripts/msys2/config.sh
@@ -12,9 +12,6 @@ __PROJECT__=$(
12
cd ${__PROJECT__}
13
14
OPTIONS=''
15
-OPTIONS+=' --enable-swoole-thread '
16
-OPTIONS+=' --enable-brotli '
17
-OPTIONS+=' --enable-zstd '
18
OPTIONS+=' --enable-zts '
19
OPTIONS+=' --disable-opcache-jit '
20
@@ -83,6 +80,9 @@ test -f Makefile && make clean
83
80
--enable-swoole --enable-sockets --enable-mysqlnd --enable-swoole-curl --enable-cares \
84
81
--enable-swoole-sqlite \
85
82
--enable-swoole-pgsql \
+ --enable-swoole-thread \
+ --enable-brotli \
+ --enable-zstd \
86
--enable-swoole-stdext \
87
--enable-redis \
88
--enable-opcache \
0 commit comments