Skip to content

Commit 85a9c3c

Browse files
committed
Do not track php-fb-config.bat, move it to .dist
1 parent b7e6cfc commit 85a9c3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ tests/*.sh
7373
/reports
7474
win_build_scripts
7575
.vscode-win
76+
build_scripts/php-fb-config.bat

build_scripts/php-fb-config.bat renamed to build_scripts/php-fb-config.dist.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if %USE_GIT_HASH% equ 1 (
2525
for /f %%i in ('git -C %~dp0..\ rev-parse --short HEAD') do set PFB_VERS=%PFB_VERS%-%%i
2626
)
2727

28-
set PFB_CONFIGURE_FLAGS=--enable-debug
28+
@REM set PFB_CONFIGURE_FLAGS=--enable-debug

0 commit comments

Comments
 (0)