From 47e1ba58ef33ae7a22f122d240aa935d8211046c Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Thu, 4 Jun 2015 10:06:36 +0200 Subject: 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 --- src/3rdparty | 2 +- src/core/gyp_run.pro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/3rdparty b/src/3rdparty index 41a1a031c..85827b2c3 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit 41a1a031cd69e187a9608359ffe56652dcaaa6c5 +Subproject commit 85827b2c3db3c4cb6308ce8a4c2069c0e403cd9b 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 -- cgit v1.2.3