diff options
author | Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com> | 2015-02-11 16:39:49 +0200 |
---|---|---|
committer | Pasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com> | 2015-02-12 08:03:21 +0000 |
commit | e827b445a7aebfbc7e6508ed3bb30fd61dc3b132 (patch) | |
tree | bd51fe4ae54ce4007e2ca36562a1d1bd5d188260 /configure | |
parent | 32957d8893fa3b739c29be76869a9e8e1e63931b (diff) | |
download | qtbase-e827b445a7aebfbc7e6508ed3bb30fd61dc3b132.tar.gz |
Fix help in configure for -separate-debug-info option
Option -separate-debug-info is not enabled by default, even help
claims it to be enabled.
Change-Id: I4a986acbb2b7f2c7bf7feaaff29bcc6bfadcc559
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2483,8 +2483,8 @@ Additional options: -device-option <key=value> ... Add device specific options for the device mkspec (experimental) - -no-separate-debug-info . Do not store debug information in a separate file. - * -separate-debug-info .... Strip debug information into a separate file. + * -no-separate-debug-info . Do not store debug information in a separate file. + -separate-debug-info .... Strip debug information into a separate file. -no-xcb ............ Do not compile Xcb (X protocol C-language Binding) support. * -xcb ............... Compile Xcb support. |