Browse Source
Merge pull request #1608 from martin-frbg/issue874
Enable parallel make on MS Windows by default
tags/v0.3.1
Martin Kroeker
GitHub
7 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
getarch.c
|
|
@@ -1196,9 +1196,7 @@ int main(int argc, char *argv[]){ |
|
|
|
#elif NO_PARALLEL_MAKE==1 |
|
|
|
printf("MAKE += -j 1\n"); |
|
|
|
#else |
|
|
|
#ifndef OS_WINDOWS |
|
|
|
printf("MAKE += -j %d\n", get_num_cores()); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
break; |
|
|
|