Skip to content

Commit 46be4ef

Browse files
committed
Default to jobs==0, meaning all cores
1 parent 1a1f416 commit 46be4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmake.mpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ LIBFLAGS = <%libflags%>
100100
CCFLAGS = $(CC_CFLAGS)<%if(type_is_binary)%> $(BINARY_FLAGS)<%endif%><%if(compile_flags)%> <%compile_flags%><%endif%>
101101

102102
!ifndef MPC_NUMBER_OF_PROCESSORS
103-
MPC_NUMBER_OF_PROCESSORS = $(NUMBER_OF_PROCESSORS)
103+
MPC_NUMBER_OF_PROCESSORS = 0
104104
!endif
105105

106106
.nosilent

0 commit comments

Comments
 (0)