Skip to content

Commit

Permalink
Disable intl extension when compiling PHP for AppImage bundle
Browse files Browse the repository at this point in the history
For AppImage size reduction. The extension is not a requirement.
  • Loading branch information
machitgarha committed Apr 28, 2023
1 parent cb1a3d0 commit 4b0c662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/appimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Options:
phpConfigureOptions="--disable-fileinfo --disable-phar --disable-session \
--disable-cgi --disable-pdo --disable-simplexml --disable-xmlreader \
--disable-xmlwriter --enable-phpdbg=no --without-sqlite3 --enable-mbstring \
--with-zlib=static --enable-intl --enable-pcntl"
--with-zlib=static --enable-pcntl"
phpMakeJobsCount="4"
phpIniCustomSettings="
[PHP]
Expand Down

0 comments on commit 4b0c662

Please sign in to comment.