]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
remove webcore debug symbols
authorElan Ruusamäe <glen@delfi.ee>
Tue, 1 Jan 2013 13:14:58 +0000 (15:14 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 1 Jan 2013 13:14:58 +0000 (15:14 +0200)
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

index d9caafb69f94e9c68054a725b9d9326a43050326..1d2ddd81134dd9f62c66342e718be5e58e12faed 100644 (file)
@@ -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 \
This page took 0.033793 seconds and 4 git commands to generate.