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 b7e6cfc commit 85a9c3cCopy full SHA for 85a9c3c
.gitignore
@@ -73,3 +73,4 @@ tests/*.sh
73
/reports
74
win_build_scripts
75
.vscode-win
76
+build_scripts/php-fb-config.bat
build_scripts/php-fb-config.bat renamed to build_scripts/php-fb-config.dist.bat
@@ -25,4 +25,4 @@ if %USE_GIT_HASH% equ 1 (
25
for /f %%i in ('git -C %~dp0..\ rev-parse --short HEAD') do set PFB_VERS=%PFB_VERS%-%%i
26
)
27
28
-set PFB_CONFIGURE_FLAGS=--enable-debug
+@REM set PFB_CONFIGURE_FLAGS=--enable-debug
0 commit comments