Skip to content

Commit 9e02389

Browse files
committed
cygwin with --disable-opcache-jit option
1 parent f8b7257 commit 9e02389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/scripts/cygwin/cygwin-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ while [ $# -gt 0 ]; do
2121
if [ "$X_PHP_VERSION" = "8.4" ]; then
2222
OPTIONS+=' --enable-swoole-thread '
2323
OPTIONS+=' --enable-zts '
24-
# OPTIONS+=' --disable-opcache-jit '
24+
OPTIONS+=' --disable-opcache-jit '
2525
fi
2626
;;
2727
--*)

0 commit comments

Comments
 (0)