diff options
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.44.1.bb')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.44.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb index 29e12bb8c5..d927d81a43 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb | |||
@@ -93,7 +93,7 @@ EXTRA_OECMAKE = " \ | |||
93 | 93 | ||
94 | # Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the | 94 | # Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the |
95 | # debug symbols (4.3GB to 700M at time of writing) | 95 | # debug symbols (4.3GB to 700M at time of writing) |
96 | DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}" | 96 | DEBUG_LEVELFLAG = "-g1" |
97 | 97 | ||
98 | # Javascript JIT is not supported on ARC | 98 | # Javascript JIT is not supported on ARC |
99 | EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " | 99 | EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " |