added the --with-no-pool-patch option to the ./configure script, to allow enabling the no-pool patch for debugging memory issues with valgrind, for example. released ngx_openresty 1.0.4.2rc5.

This commit is contained in:
agentzh (章亦春)
2011-08-05 10:04:23 +08:00
parent da11207dea
commit 2654f60c1b
5 changed files with 514 additions and 6 deletions

View File

@ -17,7 +17,10 @@ __DATA__
--prefix=PATH set the installation prefix
--with-debug enable the debugging logging and also enable -O0
--with-debug enable the debugging logging and also enable -O0 -g for gcc.
this not only affects nginx, but also other components.
--with-no-pool-patch enable the no-pool patch for debugging memory issues.
--without-http_echo_module disable ngx_http_echo_module
--without-http_xss_module disable ngx_http_xss_module
@ -564,7 +567,10 @@ clean:
--prefix=PATH set the installation prefix
--with-debug enable the debugging logging and also enable -O0
--with-debug enable the debugging logging and also enable -O0 -g for gcc.
this not only affects nginx, but also other components.
--with-no-pool-patch enable the no-pool patch for debugging memory issues.
--without-http_echo_module disable ngx_http_echo_module
--without-http_xss_module disable ngx_http_xss_module