com php-src: Remove --enable-one-shot as it's dead already for long: win32/build/confutils.js
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 8f20eb0ea1482f857bd522538947829aa41d1da0 Author: Anatol Belski <[email protected]> Mon, 24 Apr 2017 17:54:50 +0200 Parents: 632d68f5f97d144eb49e4138c02571a282eb4589 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8f20eb0ea1482f857bd522538947829aa41d1da0 Log: Remove --enable-one-shot as it's dead already for long The usable option is --with-mp, the implementation is available since 7.0. Changed paths: M win32/build/confutils.js Diff: diff --git a/win32/build/confutils.js b/win32/build/confutils.js index cc11790..d0c71fb 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -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()