bugfix: ./configure --help: fixed the usage text for the --with-debug option. thanks Kipras Mancevičius for the report.

This commit is contained in:
Yichun Zhang (agentzh) 2015-07-15 23:50:23 +08:00
parent 24eed036c5
commit c02caa3587
1 changed files with 4 additions and 5 deletions

9
util/configure vendored
View File

@ -907,17 +907,16 @@ sub usage ($) {
my $msg = <<'_EOC_';
--help this message
--prefix=PATH set the installation prefix (default to /usr/local/openresty).
--prefix=PATH set the installation prefix (default to /usr/local/openresty)
--with-debug enable the debugging logging and also enable -O0 -g for the C compiler.
this not only affects nginx, but also other components.
--with-debug enable debug logging
--with-dtrace-probes enable dtrace USDT probes
--with-dtrace=PATH set dtrace utility pathname
--with-no-pool-patch enable the no-pool patch for debugging memory issues.
--with-no-pool-patch enable the no-pool patch for debugging memory issues
-jN pass -jN option to make while building the bundled
Lua 5.1 interpreter or LuaJIT 2.1.
Lua 5.1 interpreter or LuaJIT 2.1
_EOC_