We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3605f commit 1a11e48Copy full SHA for 1a11e48
scripts/macpython-build-module-wheels.sh
@@ -46,7 +46,7 @@ for VENV in "${VENVS[@]}"; do
46
${PYTHON_EXECUTABLE} -m pip install --upgrade -r $PWD/requirements-dev.txt
47
fi
48
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 -- \
+ ${PYTHON_EXECUTABLE} setup.py bdist_wheel --build-type Release --plat-name macosx-10.9-x86_64 -G Ninja -- \
50
-DCMAKE_MAKE_PROGRAM:FILEPATH=${NINJA_EXECUTABLE} \
51
-DITK_DIR:PATH=${itk_build_path} \
52
-DITK_USE_SYSTEM_SWIG:BOOL=ON \
0 commit comments