diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-08-16 11:55:34 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-08-17 12:46:49 +0000 |
commit | b50a2c5f068e920f0ad1acda70f9095b6b2d1849 (patch) | |
tree | a3954d6d305b0513b7d47ae43d8d8469fa127e7a /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 94d666a06730b93f16a4bd9ad8d5509d974e146c (diff) | |
download | meta-qt5-b50a2c5f068e920f0ad1acda70f9095b6b2d1849.tar.gz |
qtwebengine: enable debug info for webengine
Enable debug info for webengine builds. The mkspec needed fixing,
otherwise CFLAGS were fed incorrectly to Ninja.
Change-Id: I2661c723af9aac2347c1b3ee0de14e8fc1305813
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index b772f1b6..8ad4d37f 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -31,6 +31,7 @@ DEPENDS += " \ | |||
31 | DEPENDS_append_libc-musl = " libexecinfo" | 31 | DEPENDS_append_libc-musl = " libexecinfo" |
32 | 32 | ||
33 | EXTRA_QMAKEVARS_CONFIGURE += "-feature-webengine-system-ninja -no-feature-webengine-system-gn" | 33 | EXTRA_QMAKEVARS_CONFIGURE += "-feature-webengine-system-ninja -no-feature-webengine-system-gn" |
34 | EXTRA_QMAKEVARS_PRE += "CONFIG+=force_debug_info" | ||
34 | 35 | ||
35 | # chromium/third_party/openh264/openh264.gyp adds | 36 | # chromium/third_party/openh264/openh264.gyp adds |
36 | # -Wno-format to openh264_cflags_add | 37 | # -Wno-format to openh264_cflags_add |