summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2015-02-11 16:39:49 +0200
committerPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2015-02-12 08:03:21 +0000
commite827b445a7aebfbc7e6508ed3bb30fd61dc3b132 (patch)
treebd51fe4ae54ce4007e2ca36562a1d1bd5d188260 /configure
parent32957d8893fa3b739c29be76869a9e8e1e63931b (diff)
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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5ad29bb784..043d9fc0d6 100755
--- a/configure
+++ b/configure
@@ -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.