summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-14 16:01:59 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-20 20:45:21 +0000
commit7ebe69d23c33971b96790510df94d4d3bd438c58 (patch)
tree71104298306a76f70af1df21904e47fc120eae94 /config_help.txt
parenta65e383cac24b043b1dbe7172e0b142454e93e52 (diff)
Expose gdb-index as configure argument
We report it in the overview, but left no way of controlling it Change-Id: I1d31f2e31bb32566f47069c3776e41033ffb1891 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt
index 3e2c0c61b0..d15e113b9a 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -95,6 +95,8 @@ Build options:
-optimized-tools ..... Build optimized host tools even in debug build [no]
-force-debug-info .... Create symbol files for release builds [no]
-separate-debug-info . Split off debug information to separate files [no]
+ -gdb-index ........... Index the debug info to speed up GDB
+ [no; auto if -developer-build with debug info]
-strip ............... Strip release binaries of unneeded symbols [yes]
-force-asserts ....... Enable Q_ASSERT even in release builds [no]
-developer-build ..... Compile and link Qt for developing Qt itself