From c02caa3587b60165e4adb175ef033e2c762386ee Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Wed, 15 Jul 2015 23:50:23 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20./configure=20--help:=20fixed=20the?= =?UTF-8?q?=20usage=20text=20for=20the=20--with-debug=20option.=20thanks?= =?UTF-8?q?=20Kipras=20Mancevi=C4=8Dius=20for=20the=20report.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/configure | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/util/configure b/util/configure index dba9bb7..bc65796 100755 --- a/util/configure +++ b/util/configure @@ -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_