Skip to content

Commit 7d6821a

Browse files
committed
Remove superfluous snapshot_build_exclusions
These configuration options have been removed, so there is no need to still cater to them. Closes GH-8792.
1 parent 790be97 commit 7d6821a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

win32/build/confutils.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -450,14 +450,9 @@ can be built that way. \
450450
}
451451

452452
var snapshot_build_exclusions = new Array(
453-
'debug', 'lzf-better-compression',
454-
'php-build', 'snapshot-template', 'ereg',
455-
'pcre-regex', 'fastcgi', 'force-cgi-redirect',
456-
'path-info-check', 'zts', 'ipv6', 'memory-limit',
457-
'zend-multibyte', 'fd-setsize', 'memory-manager',
458-
'pgi', 'pgo', 'all-shared', 'config-profile',
459-
'sanitizer'
460-
);
453+
'debug', 'lzf-better-compression', 'php-build', 'snapshot-template', 'zts',
454+
'ipv6', 'fd-setsize', 'pgi', 'pgo', 'all-shared', 'config-profile', 'sanitizer'
455+
);
461456
var force;
462457

463458
// Now set any defaults we might have missed out earlier

0 commit comments

Comments
 (0)