Skip to content

Commit 54ec44a

Browse files
committed
Don't enable sanitizer by default for Windows snapshot builds
Snapshot builds are release builds, and therefore enabling sanitizers is undesireable.
1 parent 8f4f1de commit 54ec44a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

win32/build/confutils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ can be built that way. \
442442
'pcre-regex', 'fastcgi', 'force-cgi-redirect',
443443
'path-info-check', 'zts', 'ipv6', 'memory-limit',
444444
'zend-multibyte', 'fd-setsize', 'memory-manager',
445-
'pgi', 'pgo', 'all-shared', 'config-profile'
445+
'pgi', 'pgo', 'all-shared', 'config-profile',
446+
'sanitizer'
446447
);
447448
var force;
448449

0 commit comments

Comments
 (0)