Use clang to build as recommended by upstream
According to WebKitGTK 2.46's release blog:
Skia has received several GCC specific optimizations lately, but it’s always more optimized when built with clang. The optimizations are more noticeable in performance when using the CPU for rendering. For this reason, since version 2.46 we recommend to build WebKit with clang for the best performance. GCC is still supported, of course, and performance when built with GCC is quite good too.
Shall we switch to clang to build webkitgtk packages?