We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5843f3 commit 266a4a5Copy full SHA for 266a4a5
build_scripts/php-fb-config.bat
@@ -22,3 +22,5 @@ set PFB_VERS=%VER_MAJOR%.%VER_MINOR%.%VER_REV%-RC0
22
if %USE_GIT_HASH% equ 1 (
23
for /f %%i in ('git -C %~dp0..\ rev-parse --short HEAD') do set PFB_VERS=%PFB_VERS%-%%i
24
)
25
+
26
+set PFB_CONFIGURE_FLAGS=--enable-debug
build_scripts/php-fb-sdk-build.bat
@@ -53,5 +53,5 @@ exit /B
53
call phpsdk_buildtree php%pfb_php_vers%
54
cd /D php-src
55
call buildconf.bat --force --add-modules-dir=%PFB_SOURCE_DIR%
56
- call configure.bat --disable-all --enable-cli %extra_args% --with-interbase=%with_interbase%
+ call configure.bat --disable-all --enable-cli %PFB_CONFIGURE_FLAGS% %extra_args% --with-interbase=%with_interbase%
57
nmake
0 commit comments