mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Remove --enable-one-shot as it's dead already for long
The usable option is --with-mp, the implementation is available since 7.0.
This commit is contained in:
parent
632d68f5f9
commit
8f20eb0ea1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user