]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: show debug-info option in --help output
authorDunrong Huang <huangdr@cloud-times.com>
Sun, 24 Mar 2013 07:05:27 +0000 (15:05 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 28 Mar 2013 09:23:58 +0000 (10:23 +0100)
"--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>
configure

index f2af714928ab108dfda99c83591753c7ab8565e8..61e71fa650332a21ff0aa0939d4c1dedb85af780 100755 (executable)
--- 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)"