summaryrefslogtreecommitdiffstats
path: root/mkspecs/freebsd-g++
diff options
context:
space:
mode:
authorArvid Ephraim Picciani <arvid.picciani@nokia.com>2010-08-31 08:32:48 (GMT)
committerArvid Ephraim Picciani <arvid.picciani@nokia.com>2010-08-31 16:02:16 (GMT)
commit2e6ad2872890c2cd7f305b2a11acbef9f446eb3e (patch)
treebdcf7bc6705884e32b31d420f320f3250bcf3816 /mkspecs/freebsd-g++
parent805780554f7b7e22ae982198c978302463ad19b4 (diff)
downloadQt-2e6ad2872890c2cd7f305b2a11acbef9f446eb3e.zip
Qt-2e6ad2872890c2cd7f305b2a11acbef9f446eb3e.tar.gz
Qt-2e6ad2872890c2cd7f305b2a11acbef9f446eb3e.tar.bz2
Add gdb-index section to debug binaries.
Speeds up debugging on platforms with recent gdb. Task-number: QTCREATORBUG-2215 Reviewed-by: ossi
Diffstat (limited to 'mkspecs/freebsd-g++')
-rw-r--r--mkspecs/freebsd-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/freebsd-g++/qmake.conf b/mkspecs/freebsd-g++/qmake.conf
index ac52e0f..9de93d4 100644
--- a/mkspecs/freebsd-g++/qmake.conf
+++ b/mkspecs/freebsd-g++/qmake.conf
@@ -5,7 +5,7 @@
MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = unix
TEMPLATE = app
-CONFIG += qt warn_on release link_prl
+CONFIG += qt warn_on release link_prl gdb_dwarf_index
QT += core gui
QMAKE_CFLAGS_THREAD = -pthread -D_THREAD_SAFE