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 b7df44e commit 5b3605fCopy full SHA for 5b3605f
scripts/internal/manylinux-build-module-wheels.sh
@@ -39,7 +39,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
39
echo 'ITK source tree not available!' 1>&2
40
exit 1
41
fi
42
- ${PYBIN}/python setup.py bdist_wheel --build-type MinSizeRel -G Ninja -- \
+ ${PYBIN}/python setup.py bdist_wheel --build-type Release -G Ninja -- \
43
-DITK_DIR:PATH=${itk_build_dir} \
44
-DITK_USE_SYSTEM_SWIG:BOOL=ON \
45
-DWRAP_ITK_INSTALL_COMPONENT_IDENTIFIER:STRING=PythonWheel \
0 commit comments