Skip to content

Commit 1a11e48

Browse files
committed
scripts: Build macOS module wheels with Release CMake build type
1 parent 5b3605f commit 1a11e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/macpython-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for VENV in "${VENVS[@]}"; do
4646
${PYTHON_EXECUTABLE} -m pip install --upgrade -r $PWD/requirements-dev.txt
4747
fi
4848
itk_build_path="${SCRIPT_DIR}/../ITK-${py_mm}-macosx_x86_64"
49-
${PYTHON_EXECUTABLE} setup.py bdist_wheel --build-type MinSizeRel --plat-name macosx-10.9-x86_64 -G Ninja -- \
49+
${PYTHON_EXECUTABLE} setup.py bdist_wheel --build-type Release --plat-name macosx-10.9-x86_64 -G Ninja -- \
5050
-DCMAKE_MAKE_PROGRAM:FILEPATH=${NINJA_EXECUTABLE} \
5151
-DITK_DIR:PATH=${itk_build_path} \
5252
-DITK_USE_SYSTEM_SWIG:BOOL=ON \

0 commit comments

Comments
 (0)