diff options
author | Dunrong Huang <huangdr@cloud-times.com> | 2013-03-24 15:05:27 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-03-28 10:23:58 +0100 |
commit | 9941afdef4fc898ed1588468095d1e36574427a1 (patch) | |
tree | c56e79fd9b90f43f708b5bb88682786dddf0179d /configure | |
parent | e280ff5e9159ed227a117339c1157143627cab96 (diff) | |
download | 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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)" |