]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
disable ninja, gold linker runs oom on builders
authorElan Ruusamäe <glen@delfi.ee>
Sat, 1 Mar 2014 10:33:11 +0000 (12:33 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 1 Mar 2014 10:33:11 +0000 (12:33 +0200)
also no build time difference seen for full rebuilds (without ccache)
with make vs ninja.

chromium-browser.spec

index 00dafd5ed59852d0a65d96c0a0405167d2e9826b..aab0237d197f0b32fca13782f4127a0592959765 100644 (file)
@@ -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)
This page took 0.975825 seconds and 4 git commands to generate.