From a87cf9d74ff1103ae378968d6e94672585fd370b Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 13 Feb 2017 11:00:49 +0100 Subject: Disable debug symbols in webcore and v8base Disable the largest sources of debug symbols like we did with GYP builds. Change-Id: I23f6c88a7929eaabfa477896a332a229872a83f5 Reviewed-by: Michal Klocek --- src/core/config/common.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/config/common.pri') diff --git a/src/core/config/common.pri b/src/core/config/common.pri index 0246a1cf9..1239ae963 100644 --- a/src/core/config/common.pri +++ b/src/core/config/common.pri @@ -40,6 +40,8 @@ use?(gn) { } else { gn_args += enable_webrtc=false } + !webcore_debug: gn_args += remove_webcore_debug_symbols=true + !v8base_debug: gn_args += remove_v8base_debug_symbols=true # Compiling with -Os makes a huge difference in binary size contains(WEBENGINE_CONFIG, reduce_binary_size): gn_args += optimize_for_size=true -- cgit v1.2.3