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:
Anatol Belski 2017-04-24 17:54:50 +02:00
parent 632d68f5f9
commit 8f20eb0ea1

View 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()