summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDunrong Huang <huangdr@cloud-times.com>2013-03-24 15:05:27 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2013-03-28 10:23:58 +0100
commit9941afdef4fc898ed1588468095d1e36574427a1 (patch)
treec56e79fd9b90f43f708b5bb88682786dddf0179d
parente280ff5e9159ed227a117339c1157143627cab96 (diff)
downloadfocaccia-qemu-9941afdef4fc898ed1588468095d1e36574427a1.tar.gz
focaccia-qemu-9941afdef4fc898ed1588468095d1e36574427a1.zip
configure: show debug-info option in --help output
"--enable-debug-info" and "--disable-debug-info" were not shown
in --help output.

Signed-off-by: Dunrong Huang <huangdr@cloud-times.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index f2af714928..61e71fa650 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)"