diff mbox

configure: show debug-info option in --help output

Message ID 1364108727-14445-1-git-send-email-riegamaths@gmail.com
State New
Headers show

Commit Message

dunrong huang March 24, 2013, 7:05 a.m. UTC
From: Dunrong Huang <huangdr@cloud-times.com>

"--enable-debug-info" and "--disable-debug-info" were not shown
in --help output.

Signed-off-by: Dunrong Huang <huangdr@cloud-times.com>
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Hajnoczi March 28, 2013, 9:24 a.m. UTC | #1
On Sun, Mar 24, 2013 at 03:05:27PM +0800, riegamaths@gmail.com wrote:
> From: Dunrong Huang <huangdr@cloud-times.com>
> 
> "--enable-debug-info" and "--disable-debug-info" were not shown
> in --help output.
> 
> Signed-off-by: Dunrong Huang <huangdr@cloud-times.com>
> ---
>  configure | 2 ++
>  1 file changed, 2 insertions(+)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan
diff mbox

Patch

diff --git a/configure b/configure
index f2af714..61e71fa 100755
--- a/configure
+++ b/configure
@@ -1057,6 +1057,8 @@  echo "  --localstatedir=PATH     install local state in PATH"
 echo "  --with-confsuffix=SUFFIX suffix for QEMU data inside datadir and sysconfdir [$confsuffix]"
 echo "  --enable-debug-tcg       enable TCG debugging"
 echo "  --disable-debug-tcg      disable TCG debugging (default)"
+echo "  --enable-debug-info       enable debugging information (default)"
+echo "  --disable-debug-info      disable debugging information"
 echo "  --enable-debug           enable common debug build options"
 echo "  --enable-sparse          enable sparse checker"
 echo "  --disable-sparse         disable sparse checker (default)"