diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-01 10:36:09 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-01 10:36:09 -0500 |
commit | c7b4c36714a442ae5abd26de293cb5e967be6e12 (patch) | |
tree | 39401bb0739d1b682638776da713d7f196c5e26d /configure | |
parent | e63d28d7dbfcec81214aecc9ff0aaee46e87aa44 (diff) | |
parent | b0d62a3d8e1ea9eccd246829a03e2d23f0982431 (diff) |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
# By Dunrong Huang (1) and others
# Via Stefan Hajnoczi
* stefanha/trivial-patches:
hw/tcx: Remove unused 'addr' field and the property that sets it
hw/i386/pc: format load_linux function
configure: show debug-info option in --help output
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1062,6 +1062,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)" |