Changes between Version 19 and Version 20 of WebKitGTK/SpeedUpBuild
- Timestamp:
- Feb 12, 2015, 3:29:04 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/SpeedUpBuild
v19 v20 367 367 {{{ 368 368 #!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}')" 370 370 }}} 371 371 5. Now you have two options: use ccache in combination with icecc or use icecc alone.