File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ for PYBIN in "${PYBINARIES[@]}"; do
3838 # Install dependencies
3939 ${PYBIN} /pip install --upgrade -r /work/requirements-dev.txt
4040
41- build_type=" "
42- compile_flags=" -O2 -DNDEBUG"
41+ build_type=" Release "
42+ compile_flags=" -O3 -DNDEBUG"
4343 source_path=/work/ITK-source/ITK
4444 build_path=/work/ITK-$( basename $( dirname ${PYBIN} ) ) -manylinux1_${ARCH}
4545 SETUP_PY_CONFIGURE=" ${script_dir} /../setup_py_configure.py"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ for VENV in "${VENVS[@]}"; do
7272 # Install dependencies
7373 ${Python3_EXECUTABLE} -m pip install --upgrade -r ${SCRIPT_DIR} /../requirements-dev.txt
7474
75- build_type=" MinSizeRel "
75+ build_type=" Release "
7676 plat_name=" macosx-10.9-x86_64"
7777 osx_target=" 10.9"
7878 source_path=${SCRIPT_DIR} /../ITK-source/ITK
You can’t perform that action at this time.
0 commit comments