Skip to content

Commit 266a4a5

Browse files
committed
Add PFB_CONFIGURE_FLAGS config
1 parent e5843f3 commit 266a4a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build_scripts/php-fb-config.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ set PFB_VERS=%VER_MAJOR%.%VER_MINOR%.%VER_REV%-RC0
2222
if %USE_GIT_HASH% equ 1 (
2323
for /f %%i in ('git -C %~dp0..\ rev-parse --short HEAD') do set PFB_VERS=%PFB_VERS%-%%i
2424
)
25+
26+
set PFB_CONFIGURE_FLAGS=--enable-debug

build_scripts/php-fb-sdk-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ exit /B
5353
call phpsdk_buildtree php%pfb_php_vers%
5454
cd /D php-src
5555
call buildconf.bat --force --add-modules-dir=%PFB_SOURCE_DIR%
56-
call configure.bat --disable-all --enable-cli %extra_args% --with-interbase=%with_interbase%
56+
call configure.bat --disable-all --enable-cli %PFB_CONFIGURE_FLAGS% %extra_args% --with-interbase=%with_interbase%
5757
nmake

0 commit comments

Comments
 (0)