Skip to content

Commit 5b3605f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/manylinux-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for PYBIN in "${PYBINARIES[@]}"; do
3939
echo 'ITK source tree not available!' 1>&2
4040
exit 1
4141
fi
42-
${PYBIN}/python setup.py bdist_wheel --build-type MinSizeRel -G Ninja -- \
42+
${PYBIN}/python setup.py bdist_wheel --build-type Release -G Ninja -- \
4343
-DITK_DIR:PATH=${itk_build_dir} \
4444
-DITK_USE_SYSTEM_SWIG:BOOL=ON \
4545
-DWRAP_ITK_INSTALL_COMPONENT_IDENTIFIER:STRING=PythonWheel \

0 commit comments

Comments
 (0)