[packages/chromium-browser] remove webcore debug symbols
glen
glen at pld-linux.org
Tue Jan 1 15:46:05 CET 2013
commit 1fde0856594f7f79da0b98efa1490ae0878b7c19
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Jan 1 15:14:58 2013 +0200
remove webcore debug symbols
http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/WebCore.gyp/WebCore.gyp:
If set to 1, doesn't compile debug symbols into webcore reducing
the size of the binary and increasing the speed of gdb. gcc only.
chromium-browser.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index d9caafb..1d2ddd8 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -350,6 +350,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{?with_shared_libs:-Dlibrary=shared_library} \
-Dbuild_ffmpegsumo=%{?with_ffmpegsumo:1}%{!?with_ffmpegsumo:0} \
-Dffmpeg_branding=Chrome \
+ -Dremove_webcore_debug_symbols=1 \
-Dproprietary_codecs=1 \
%if %{with nacl}
-Ddisable_glibc=1 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/531537e57d8f950bbb9d2cfe69a2aa13440dfa55
More information about the pld-cvs-commit
mailing list