diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-26 12:30:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-26 13:18:49 +0200 |
commit | 28753fa6aacd27ea3d7f429a44ff88fe26168249 (patch) | |
tree | eb77592452c9ba758f208a90327504626b3b62de | |
parent | 1b14686657cddcc5bb37a5c7db8a35f1c4903ee3 (diff) | |
download | meta-qt5-28753fa6aacd27ea3d7f429a44ff88fe26168249.tar.gz |
qtwebkit: Disable debug info by default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtwebkit.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit.inc b/recipes-qt/qt5/qtwebkit.inc index a25820be..9c467dce 100644 --- a/recipes-qt/qt5/qtwebkit.inc +++ b/recipes-qt/qt5/qtwebkit.inc | |||
@@ -7,6 +7,10 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md | |||
7 | 7 | ||
8 | DEPENDS += "qtdeclarative qtlocation qtsensors ${ICU} ruby-native sqlite3" | 8 | DEPENDS += "qtdeclarative qtlocation qtsensors ${ICU} ruby-native sqlite3" |
9 | 9 | ||
10 | # qtwebkit gets terribly big when linking with all debug info, disable by default | ||
11 | QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0" | ||
12 | EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}" | ||
13 | |||
10 | INC_PR = "r0" | 14 | INC_PR = "r0" |
11 | 15 | ||
12 | do_configure_append() { | 16 | do_configure_append() { |