Skip to content

Commit 31c8d70

Browse files
committed
Verbose windows debugging
1 parent 04093b3 commit 31c8d70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/scripts/python_build.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ pushd %SOURCE_DIR%\python
134134
%PYTHON_CMD% -m pip install -r requirements-build.txt || exit /B 1
135135

136136
@REM Build PyArrow
137-
%PYTHON_CMD% -m pip install --no-deps --no-build-isolation -vv -Csetup-args="--vsenv" -Csetup-args="-Db_vscrt=mt" . || exit /B 1
137+
%PYTHON_CMD% -m pip install --no-deps --no-build-isolation ^
138+
-vv -Ccompile-args="-v" \ . || exit /B 1
138139

139140
popd

0 commit comments

Comments
 (0)