mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
e280ff5e91
commit
9941afdef4
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue