From 1d000a0e983dfc25e17ce7657a97998e445fe7c8 Mon Sep 17 00:00:00 2001 From: ivampiresp Date: Sun, 27 Jul 2025 05:14:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setup.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 71d3be7..8778a0f 100644 --- a/setup.sh +++ b/setup.sh @@ -44,7 +44,7 @@ apt install -y --no-install-recommends php8.4-dev build-essential php-pear libgm # 安装 PECL 扩展 pecl channel-update pecl.php.net -MAKEFLAGS="-j $(nproc)" pecl install grpc swoole +MAKEFLAGS="-j $(nproc)" pecl install swoole # 移除构建依赖和缓存 strip --strip-debug /usr/lib/php/*/*.so