summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDunrong Huang2013-03-24 08:05:27 +0100
committerStefan Hajnoczi2013-03-28 10:23:58 +0100
commit9941afdef4fc898ed1588468095d1e36574427a1 (patch)
treec56e79fd9b90f43f708b5bb88682786dddf0179d /configure
parentspice-qemu-char: Drop hackish vmc_register on spice_chr_write (diff)
downloadqemu-9941afdef4fc898ed1588468095d1e36574427a1.tar.gz
qemu-9941afdef4fc898ed1588468095d1e36574427a1.tar.xz
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>
Diffstat (limited to 'configure')
-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)"