Skip to content

Commit 750b928

Browse files
committed
cosocket: reverted casual changes to the developer build script in the last commit.
1 parent 1cec504 commit 750b928

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

util/build2.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ force=$2
1414
#--without-pcre \
1515
#--without-http_rewrite_module \
1616
#--without-http_autoindex_module \
17+
#--with-cc=gcc46 \
1718
#--with-cc=clang \
1819

1920
time ngx-build $force $version \
20-
--with-cc=gcc46 \
2121
--with-cc-opt=$'-I/opt/pcre821jit/include' \
2222
--with-http_ssl_module \
2323
--add-module=$root/../ndk-nginx-module \
@@ -43,6 +43,6 @@ time ngx-build $force $version \
4343
--with-select_module \
4444
--with-poll_module \
4545
--with-rtsig_module \
46-
$opts #\
47-
#--with-debug
46+
$opts \
47+
--with-debug
4848

0 commit comments

Comments
 (0)