summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2015-06-04 10:06:36 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2015-06-16 08:37:11 +0000
commit47e1ba58ef33ae7a22f122d240aa935d8211046c (patch)
tree7c85eece72dfb1a9ff87cf91e3d8f94f5cd7f4d1 /src
parenta7be9e73aacd1f6a83c740946997da0677a2221c (diff)
Update snapshot SHA1
The update contains the remove_v8base_debug_symbols change and enables it. This shrinks the debug library size even more. In case the symbols are needed CONFIG+=v8base_debug can be passed to qmake. Change-Id: I1a9e78163343257d76b7842ba592979db95b992a Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src')
m---------src/3rdparty0
-rw-r--r--src/core/gyp_run.pro1
2 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty b/src/3rdparty
-Subproject 41a1a031cd69e187a9608359ffe56652dcaaa6c
+Subproject 85827b2c3db3c4cb6308ce8a4c2069c0e403cd9
diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro
index 4c6eb8c56..3f631302c 100644
--- a/src/core/gyp_run.pro
+++ b/src/core/gyp_run.pro
@@ -19,6 +19,7 @@ cross_compile {
GYP_CONFIG += disable_glibcxx_debug=1
!webcore_debug: GYP_CONFIG += remove_webcore_debug_symbols=1
+!v8base_debug: GYP_CONFIG += remove_v8base_debug_symbols=1
linux:contains(QT_CONFIG, separate_debug_info): GYP_CONFIG += linux_dump_symbols=1