Skip to content

Commit 462f335

Browse files
committed
Enable ASAN for CI
1 parent f580c79 commit 462f335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ cmd /c configure.bat ^
4646
--enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
4747
--with-php-build=%DEPS_DIR% ^
4848
%ADD_CONF% ^
49-
--disable-test-ini
49+
--disable-test-ini ^
50+
--enable-sanitizer
5051
if %errorlevel% neq 0 exit /b 3
5152

5253
nmake /NOLOGO

0 commit comments

Comments
 (0)