Skip to content

Commit 8a7fea5

Browse files
committed
parallel build by default in new project
1 parent 3824e15 commit 8a7fea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io.sloeber.core/src/io/sloeber/core/tools/ShouldHaveBeenInCDT.java

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public static ICProjectDescription setCProjectDescription(IProject project,
7171

7272
Configuration cfg = new Configuration(mProj, (ToolChain) tcs,
7373
ManagedBuildManager.calculateChildId(curConfDesc.ToolchainID, null), curConfDesc.configName);
74+
cfg.setParallelDef(true);
7475
IBuilder bld = cfg.getEditableBuilder();
7576
if (bld != null) {
7677
bld.setManagedBuildOn(isManagedBuild);

0 commit comments

Comments
 (0)