[packages/chromium-browser] disable ninja, gold linker runs oom on builders
glen
glen at pld-linux.org
Sat Mar 1 11:34:09 CET 2014
commit 41a57b3c5ec93259c00969e5e94bc96a6807c2c6
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Mar 1 12:33:11 2014 +0200
disable ninja, gold linker runs oom on builders
also no build time difference seen for full rebuilds (without ccache)
with make vs ninja.
chromium-browser.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 00dafd5..aab0237 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -8,7 +8,7 @@
%bcond_with gps # with gps support (linked), if enabled must use exactly same gpsd as shm structures may change leading to unexpected results (crash)
%bcond_without libjpegturbo # use libjpeg-turbo features
%bcond_with nacl # build Native Client support, disabled: http://crbug.com/269560
-%bcond_without ninja # use Ninja instead of make to build
+%bcond_with ninja # use Ninja instead of make to build
%bcond_without pulseaudio # with pulseaudio
%bcond_without sandboxing # with sandboxing
%bcond_with selinux # with SELinux (need policy first)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/41a57b3c5ec93259c00969e5e94bc96a6807c2c6
More information about the pld-cvs-commit
mailing list