summaryrefslogtreecommitdiffstats
path: root/src/core/qtwebengine.gypi
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-16 16:03:30 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-16 15:51:02 +0000
commitf3aaa7531e7b429d958e7002e642f4b59568ff74 (patch)
treedcf7ffc3b5771009d169cb3ed7025350caa96974 /src/core/qtwebengine.gypi
parent3abab86a7dc3116eaabff7c32a3dff3de50e58b6 (diff)
Reduce size of embedded binaries
Adds a WEBENGINE_CONFIG option that greatly reduces the size of the core library (from 80Mbyte to 45Mbyte on Linux), and enable it on embedded linux by default. Change-Id: Ieb7afdbc160984fe5952be16dfbc96aa8c5f35ef Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/core/qtwebengine.gypi')
-rw-r--r--src/core/qtwebengine.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/qtwebengine.gypi b/src/core/qtwebengine.gypi
index 42bf43822..2ee0f3586 100644
--- a/src/core/qtwebengine.gypi
+++ b/src/core/qtwebengine.gypi
@@ -68,10 +68,6 @@
['qt_os=="embedded_linux"', {
'configurations': {
'Debug_Base': {
- # Reduce the binary size.
- 'variables': {
- 'debug_optimize%': 's',
- },
'ldflags': [
# Only link with needed input sections.
'-Wl,--gc-sections',