diff options
| author | Anthony Liguori | 2013-04-01 17:36:09 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-04-01 17:36:09 +0200 |
| commit | c7b4c36714a442ae5abd26de293cb5e967be6e12 (patch) | |
| tree | 39401bb0739d1b682638776da713d7f196c5e26d /configure | |
| parent | sysbus: Remove sysbus_add_memory and sysbus_del_memory (diff) | |
| parent | hw/tcx: Remove unused 'addr' field and the property that sets it (diff) | |
| download | qemu-c7b4c36714a442ae5abd26de293cb5e967be6e12.tar.gz qemu-c7b4c36714a442ae5abd26de293cb5e967be6e12.tar.xz qemu-c7b4c36714a442ae5abd26de293cb5e967be6e12.zip | |
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)" |
