]> granicus.if.org Git - php/commitdiff
Remove --enable-one-shot as it's dead already for long
authorAnatol Belski <ab@php.net>
Mon, 24 Apr 2017 15:54:50 +0000 (17:54 +0200)
committerAnatol Belski <ab@php.net>
Mon, 24 Apr 2017 15:54:50 +0000 (17:54 +0200)
The usable option is --with-mp, the implementation is available since 7.0.

win32/build/confutils.js

index cc11790e55cbe5eeb850a44788485928e4fc87a3..d0c71fb933e5e3a39bfeb8ae59772d525bd93a78 100644 (file)
@@ -2795,11 +2795,6 @@ function PHP_INSTALL_HEADERS(dir, headers_list)
 PHP_SNAPSHOT_BUILD = "no";
 if (!MODE_PHPIZE) {
        ARG_ENABLE('snapshot-build', 'Build a snapshot; turns on everything it can and ignores build errors', 'no');
-
-       // one-shot build optimizes build by asking compiler to build
-       // several objects at once, reducing overhead of starting new
-       // compiler processes.
-       ARG_ENABLE('one-shot', 'Optimize for fast build - best for release and snapshot builders, not so hot for edit-and-rebuild hacking', 'no');
 }
 
 function toolset_option_handle()