Am 11.07.2015 17:05 schrieb "Jason H" <[email protected]>: > > Is there a reason why it's not automatically using -j with at least NUM_PROC by default?
Mostly too many broken build systems out there that fail with -j N. If you are sure that yours are fine you can always set the MAKEFLAGS environment variable to contain "-j N". Do that before starting Qt Creator and that will be set for all builds (that use the system environment). You could also add that to your kits environment inside QtC. Best Regards, Tobias
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
