Changes between Version 21 and Version 22 of WebKitGTK/SpeedUpBuild


Ignore:
Timestamp:
Sep 1, 2015 3:37:14 AM (9 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/SpeedUpBuild

    v21 v22  
    369369$ export ICECC_VERSION="$(pwd)/$(icecc --build-native clang|tee /dev/stderr|grep creating|awk '{print $2}')"
    370370}}}
     371
     372  4.1. If you are using Debug Fission (is the default now on Debug builds) you need to also add objcopy to the tarball:
     373{{{
     374#!sh
     375$ export ICECC_VERSION="$(pwd)/$(/usr/lib/icecc/icecc-create-env --clang /usr/bin/clang /usr/lib/icecc/compilerwrapper --addfile /usr/bin/objcopy|tee /dev/stderr|grep creating|awk '{print $2}')"
     376}}}
     377
     378
    3713795. Now you have two options: use ccache in combination with icecc or use icecc alone.
    372380