Skip to content

Commit e516f2d

Browse files
committed
Enable debug assertions
1 parent cc3cc79 commit e516f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if "%PLATFORM%" == "x86" (
3737
) else (
3838
set CFLAGS=/W1 /WX
3939
)
40+
set CFLAGS=%CFLAGS% /DPHP_DEBUG=1 /DZEND_DEBUG=1
4041

4142
cmd /c configure.bat ^
4243
--enable-snapshot-build ^

0 commit comments

Comments
 (0)