Changes between Version 9 and Version 10 of WebKitGTK/SpeedUpBuild


Ignore:
Timestamp:
Jan 7, 2014 10:00:10 AM (10 years ago)
Author:
Manuel Rego Casasnovas
Comment:

Explain how to set more jobs with icecc

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/SpeedUpBuild

    v9 v10  
    248248}}}
    249249
     250 * You can increase the number of jobs setting the MAKE variable:
     251{{{
     252#!sh
     253$ export MAKE="make -j12"
     254}}}
     255
    250256 * Then compile WebKit normally:
    251257{{{