On Thu, Oct 22, 2015 at 8:42 PM, Jason H <[email protected]> wrote: > Right, but why do I have to do this in every project for every build > configuration? > When I create the build config for the project, I just want the make args to > default to something like -j 4 or -j 8
Add export MAKEFLAGS="-j 8" to your .bashrc / .zshrc / .xsession / whatever? -- Giuseppe D'Angelo _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
