diff options
| -rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.36.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb index a62d99b227..4849ee50ff 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb | |||
| @@ -100,6 +100,10 @@ EXTRA_OECMAKE = " \ | |||
| 100 | -DENABLE_GAMEPAD=OFF \ | 100 | -DENABLE_GAMEPAD=OFF \ |
| 101 | " | 101 | " |
| 102 | 102 | ||
| 103 | # Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the | ||
| 104 | # debug symbols (4.3GB to 700M at time of writing) | ||
| 105 | DEBUG_FLAGS:append = "${@oe.utils.vartrue('DEBUG_BUILD', '', ' -g1', d)}" | ||
| 106 | |||
| 103 | # Javascript JIT is not supported on ARC | 107 | # Javascript JIT is not supported on ARC |
| 104 | EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " | 108 | EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " |
| 105 | # By default 25-bit "medium" calls are used on ARC | 109 | # By default 25-bit "medium" calls are used on ARC |
