We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cec504 commit 750b928Copy full SHA for 750b928
util/build2.sh
@@ -14,10 +14,10 @@ force=$2
14
#--without-pcre \
15
#--without-http_rewrite_module \
16
#--without-http_autoindex_module \
17
+ #--with-cc=gcc46 \
18
#--with-cc=clang \
19
20
time ngx-build $force $version \
- --with-cc=gcc46 \
21
--with-cc-opt=$'-I/opt/pcre821jit/include' \
22
--with-http_ssl_module \
23
--add-module=$root/../ndk-nginx-module \
@@ -43,6 +43,6 @@ time ngx-build $force $version \
43
--with-select_module \
44
--with-poll_module \
45
--with-rtsig_module \
46
- $opts #\
47
- #--with-debug
+ $opts \
+ --with-debug
48
0 commit comments