diff options
-rw-r--r-- | meta/conf/distro/include/yocto-space-optimize.inc | 3 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.48.5.bb | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta/conf/distro/include/yocto-space-optimize.inc b/meta/conf/distro/include/yocto-space-optimize.inc index b83ba426e7..9e092df32a 100644 --- a/meta/conf/distro/include/yocto-space-optimize.inc +++ b/meta/conf/distro/include/yocto-space-optimize.inc | |||
@@ -8,3 +8,6 @@ DEBUG_LEVELFLAG:pn-clang-native = "" | |||
8 | DEBUG_LEVELFLAG:pn-nativesdk-clang = "" | 8 | DEBUG_LEVELFLAG:pn-nativesdk-clang = "" |
9 | # With -g, qemu workdir is 10GB, qemu-dbg is 363MB | 9 | # With -g, qemu workdir is 10GB, qemu-dbg is 363MB |
10 | DEBUG_LEVELFLAG:pn-qemu = "" | 10 | DEBUG_LEVELFLAG:pn-qemu = "" |
11 | # Pass -g1 to massively reduce the size of the | ||
12 | # debug symbols (4.3GB to 700M at time of writing) | ||
13 | DEBUG_LEVELFLAG:pn-webkitgtk = "-g1" | ||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb index 35b8ee2a90..46031322b9 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.48.5.bb | |||
@@ -98,10 +98,6 @@ EXTRA_OECMAKE = " \ | |||
98 | -DENABLE_RELEASE_LOG=ON \ | 98 | -DENABLE_RELEASE_LOG=ON \ |
99 | " | 99 | " |
100 | 100 | ||
101 | # Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the | ||
102 | # debug symbols (4.3GB to 700M at time of writing) | ||
103 | DEBUG_LEVELFLAG = "-g1" | ||
104 | |||
105 | # Javascript JIT is not supported on ARC | 101 | # Javascript JIT is not supported on ARC |
106 | EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " | 102 | EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " |
107 | # By default 25-bit "medium" calls are used on ARC | 103 | # By default 25-bit "medium" calls are used on ARC |