Skip to content

Commit

Permalink
CI: Drop CMAKE_UNITY_BUILD_BATCH_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Mar 28, 2024
1 parent d789b11 commit 5dc5e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci_support/run_docker_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ mkdir build && cd build
PREFIX=${PWD}/install
CXXFLAGS="-Wall -Wextra -D_GLIBCXX_ASSERTIONS" ${ARCH}-w64-mingw32-cmake \
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
-DCMAKE_UNITY_BUILD=ON \
-DPython_INCLUDE_DIR=${MINGW_PREFIX}/include/python${PYMAJMIN} \
-DPython_LIBRARY=${MINGW_PREFIX}/lib/libpython${PYMAJMIN}.dll.a \
-DPython_EXECUTABLE=/usr/bin/${ARCH}-w64-mingw32-python${PYMAJMIN}-bin \
-DCMAKE_UNITY_BUILD=ON \
/io
make install
${ARCH}-w64-mingw32-strip --strip-unneeded ${PREFIX}/bin/*.dll ${PREFIX}/Lib/site-packages/*/*.pyd
Expand Down

0 comments on commit 5dc5e88

Please sign in to comment.