Skip to content

Commit f516ba6

Browse files
committed
chore(release) enable mail & cgi modules in release binaries
The release binary is only meant to be a demo for quick .wasm execution, but we re-enable these modules so as not to confuse users.
1 parent 05a42f9 commit f516ba6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

util/release.sh

+1-7
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,7 @@ build_static_binary() {
268268
--with-http_dav_module \
269269
--with-http_flv_module \
270270
--with-http_mp4_module \
271-
--with-threads \
272-
--without-mail_pop3_module \
273-
--without-mail_imap_module \
274-
--without-mail_smtp_module \
275-
--without-http_scgi_module \
276-
--without-http_uwsgi_module \
277-
--without-http_fastcgi_module || cat $DIR_BUILD/build-$dist_bin_name/autoconf*
271+
--with-threads || cat $DIR_BUILD/build-$dist_bin_name/autoconf*
278272

279273
make -j$(n_jobs)
280274

0 commit comments

Comments
 (0)