Changes between Version 19 and Version 20 of WebKitGTK/SpeedUpBuild


Ignore:
Timestamp:
Feb 12, 2015, 3:29:04 AM (10 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/SpeedUpBuild

    v19 v20  
    367367{{{
    368368#!sh
    369 $ export ICECC_VERSION="$(pwd)/$(/usr/lib/icecc/icecc-create-env --clang /usr/bin/clang /usr/lib/icecc/compilerwrapper|tee /dev/stderr|grep creating|awk '{print $2}')"
     369$ export ICECC_VERSION="$(pwd)/$(icecc --build-native clang|tee /dev/stderr|grep creating|awk '{print $2}')"
    370370}}}
    3713715. Now you have two options: use ccache in combination with icecc or use icecc alone.