Skip to content

Commit f6ce6e6

Browse files
committed
minor updates.
1 parent a08e95c commit f6ce6e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ t/servroot/
7070
buildroot/
7171
build10
7272
go
73+
all

util/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cd nginx-$version/
3131

3232
if [[ "$BUILD_CLEAN" -eq 1 || ! -f Makefile || "$root/config" -nt Makefile || "$root/util/build.sh" -nt Makefile ]]; then
3333
./configure --prefix=$root/work/nginx \
34+
--with-cc-opt="-O3" \
3435
--without-mail_pop3_module \
3536
--without-mail_imap_module \
3637
--without-mail_smtp_module \

0 commit comments

Comments
 (0)