Skip to content

Commit

Permalink
switch off unity build for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 9, 2023
1 parent fdc251e commit e65846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/bld-arrow.bat
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cmake -G "Ninja" ^
-DCMAKE_BUILD_TYPE=release ^
-DCMAKE_CXX_STANDARD=17 ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
-DCMAKE_UNITY_BUILD=ON ^
-DCMAKE_UNITY_BUILD=OFF ^
-DLLVM_TOOLS_BINARY_DIR="%LIBRARY_BIN%" ^
-DPARQUET_REQUIRE_ENCRYPTION:BOOL=ON ^
-DPython3_EXECUTABLE="%PYTHON%" ^
Expand Down

0 comments on commit e65846f

Please sign in to comment.