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 a08e95c commit f6ce6e6Copy full SHA for f6ce6e6
.gitignore
@@ -70,3 +70,4 @@ t/servroot/
70
buildroot/
71
build10
72
go
73
+all
util/build.sh
@@ -31,6 +31,7 @@ cd nginx-$version/
31
32
if [[ "$BUILD_CLEAN" -eq 1 || ! -f Makefile || "$root/config" -nt Makefile || "$root/util/build.sh" -nt Makefile ]]; then
33
./configure --prefix=$root/work/nginx \
34
+ --with-cc-opt="-O3" \
35
--without-mail_pop3_module \
36
--without-mail_imap_module \
37
--without-mail_smtp_module \
0 commit comments