Skip to content

Commit 3313e4b

Browse files
authored
Merge pull request #1608 from martin-frbg/issue874
Enable parallel make on MS Windows by default
2 parents 0297b32 + e9cd117 commit 3313e4b

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)