Skip to content

Commit c9e2285

Browse files
docs: add --enable-debug to configure options
1 parent 37bd8ff commit c9e2285

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly-test-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
--enable-bcmath
2929
--enable-calendar
3030
--enable-dba
31+
--enable-debug
3132
--enable-dl-test=shared
3233
--enable-exif
3334
--enable-ftp

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ git clone https://github.com/php/php-src.git ./
2727
--enable-bcmath \
2828
--enable-calendar \
2929
--enable-dba \
30+
--enable-debug \
3031
--enable-dl-test=shared \
3132
--enable-exif \
3233
--enable-ftp \

0 commit comments

Comments
 (0)