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 8f5cdbd commit c56744cCopy full SHA for c56744c
util/build.sh
@@ -8,8 +8,8 @@ home=~
8
force=$2
9
10
ngx-build $force $version \
11
- --with-cc-opt="-O3" \
12
- --with-ld-opt="-Wl,-rpath,/opt/postgres/lib:/opt/drizzle/lib:/usr/local/lib:/home/lz/lib:/opt/luajit/lib" \
+ --with-cc-opt="-O0" \
+ --with-ld-opt="-Wl,-rpath,/usr/local/openresty-debug/luajit/lib:/opt/postgres/lib:/opt/drizzle/lib:/usr/local/lib:/home/lz/lib" \
13
--without-mail_pop3_module \
14
--without-mail_imap_module \
15
--without-mail_smtp_module \
0 commit comments