Changes between Version 12 and Version 13 of WebKitGTK/SpeedUpBuild


Ignore:
Timestamp:
May 13, 2014 3:05:33 AM (10 years ago)
Author:
Diego Pino Garcia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/SpeedUpBuild

    v12 v13  
    241241}}}
    242242
    243 
    244243=== icecc daemon(s) ===
    245244
     
    307306$ Tools/Scripts/build-webkit --gtk
    308307}}}
     308
     309=== icecc troubleshooting ===
     310
     311* If jobs are not being distributed.
     312
     313Check WebKitBuild/Release/rules.ninja is using /usr/lib/ccache/g++.
     314
     315{{{
     316rule CXX_COMPILER
     317  depfile = $DEP_FILE
     318  command = /usr/lib/ccache/g++   $DEFINES $FLAGS -MMD -MT $out -MF "$DEP_FILE" -o $out -c $in
     319  description = Building CXX object $out
     320}}}