Skip to content

Commit e9cd117

Browse files
authored
Enable parallel make on MS Windows by default
fixes #874
1 parent 0297b32 commit e9cd117

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

getarch.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,9 +1196,7 @@ int main(int argc, char *argv[]){
11961196
#elif NO_PARALLEL_MAKE==1
11971197
printf("MAKE += -j 1\n");
11981198
#else
1199-
#ifndef OS_WINDOWS
12001199
printf("MAKE += -j %d\n", get_num_cores());
1201-
#endif
12021200
#endif
12031201

12041202
break;

0 commit comments

Comments
 (0)