summaryrefslogtreecommitdiffstats
path: root/mkspecs/openbsd-g++
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-01-14 14:23:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-16 15:41:30 +0100
commit9de2853a942529f88815ed29375ff4efc44d168c (patch)
treefc47f5802b79a5cfbbd4bac567dee9af9fa5244d /mkspecs/openbsd-g++
parent2b0f02aa5cc0f7d1b460d2d324d5d08c6f6d61b9 (diff)
Remove automated generation of dwarf index
The index is only helpful if the version of GDB to create it uses the same version as the GDB version that consumes it. Outside the "local development" scenario this happens only by conincidence, still we add ~3.6% to the debug library size and face maintenance issues like QTBUG-34950. We also don't see the same performance benefit anymore with recent versions as we did when the feature was added, so it's best to not create the index anymore. People who need it, still can add it manually, or by the 'gdb-add-index' tool that comes with recent versions of GDB, or trust their distributors to set up indexes matching their runtime environment. Task-number: QTBUG-34950 Change-Id: Id4c79fa51fea9622b0891bd9b9b395b948ecb157 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'mkspecs/openbsd-g++')
-rw-r--r--mkspecs/openbsd-g++/qmake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/openbsd-g++/qmake.conf b/mkspecs/openbsd-g++/qmake.conf
index f0773e9d0d..2fdbd2c469 100644
--- a/mkspecs/openbsd-g++/qmake.conf
+++ b/mkspecs/openbsd-g++/qmake.conf
@@ -4,7 +4,6 @@
MAKEFILE_GENERATOR = UNIX
QMAKE_PLATFORM = openbsd bsd
-CONFIG += gdb_dwarf_index
QMAKE_COMPILER = gcc