mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- add multi threaded build support (automatic detection of the number of cpus, add a custom number if you prefer to use only a few of your available cores)
This commit is contained in:
parent
3c967db4a1
commit
c83e0d50d0
@ -145,6 +145,10 @@ if (VCVERS >= 1400) {
|
||||
}
|
||||
}
|
||||
|
||||
if (VCVERS >= 1500) {
|
||||
ADD_FLAG('CFLAGS', ' /MP ');
|
||||
}
|
||||
|
||||
// General link flags
|
||||
DEFINE("LDFLAGS", "/nologo /version:" +
|
||||
PHP_VERSION + "." + PHP_MINOR_VERSION + "." + PHP_RELEASE_VERSION);
|
||||
|
Loading…
Reference in New Issue
Block a user