As for GCC, you can try multi-threaded compilation (the -jX flag, where X is the number of cores that have +1, according to Reducing compilation time in the Qt Center).
UPDATE: It seems I made a mistake: -jX is the make flag, not GCC. Thus, this will improve the binding time if you use a make-based build system.
source share