Skip to content

Commit 035cf3f

Browse files
committed
Enable debug assertions in Windows build
1 parent 054e46c commit 035cf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if "%PLATFORM%" == "x86" (
4040

4141
cmd /c configure.bat ^
4242
--enable-snapshot-build ^
43-
--disable-debug-pack ^
43+
--enable-debug-pack ^
4444
--enable-com-dotnet=shared ^
4545
--without-analyzer ^
4646
--enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^

0 commit comments

Comments
 (0)