Changes between Version 21 and Version 22 of WebKitGTK/SpeedUpBuild
- Timestamp:
- Sep 1, 2015, 3:37:14 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/SpeedUpBuild
v21 v22 369 369 $ export ICECC_VERSION="$(pwd)/$(icecc --build-native clang|tee /dev/stderr|grep creating|awk '{print $2}')" 370 370 }}} 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 371 379 5. Now you have two options: use ccache in combination with icecc or use icecc alone. 372 380