mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtwebengine: Set DEBUG_LEVELFLAG to -g1
Latest master core layer has moved the debug level to a new variable away from DEBUG_FLAGS, therefore set it accordingly, use -g1 across all architectures, there is no supported architectures where build with -g succeeds Change-Id: I9bd79384894d610b6802450832e11ad7ee8a1cca Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
b109517cc2
commit
e3dfa2275d
|
|
@ -43,6 +43,10 @@ DEBUG_FLAGS:append:aarch64 = "-g1"
|
|||
DEBUG_FLAGS:remove:x86-64 = "-g"
|
||||
DEBUG_FLAGS:append:x86-64 = "-g1"
|
||||
|
||||
# The default debug level flag has moved from DEBUG_FLAGS to a new
|
||||
# variable starting with Yocto 'styhead' (5.1) release
|
||||
DEBUG_LEVELFLAG = "-g1"
|
||||
|
||||
# V8's JIT infrastructure requires binaries such as mksnapshot and
|
||||
# mkpeephole to be run in the host during the build. However, these
|
||||
# binaries must have the same bit-width as the target (e.g. a x86_64
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user