]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- faster test builds with -Dremove_webcore_debug_symbols=1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Dec 2011 17:42:50 +0000 (17:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chromium-browser.spec -> 1.160

chromium-browser.spec

index 8a5c69539e21b9b6ba063bd34f6126740266cf08..0d3013389fe0bc78c2167e620f92c602b73350ae 100644 (file)
@@ -238,7 +238,7 @@ test -e Makefile || %{__python} build/gyp_chromium --format=make build/all.gyp \
        -Dlinux_sandbox_chrome_path=%{_libdir}/%{name}/%{name} \
 %endif
        %{!?debug:-Dwerror=} \
-       %{!?debuginfo:-Dfastbuild=1} \
+       %{!?debuginfo:-Dfastbuild=1 -Dremove_webcore_debug_symbols=1} \
        %{?with_shared_libs:-Dlibrary=shared_library} \
        -Dbuild_ffmpegsumo=%{?with_ffmpegsumo:1}%{!?with_ffmpegsumo:0} \
        -Dffmpeg_branding=Chrome \
This page took 0.0450660000000001 seconds and 4 git commands to generate.