Skip to content

Commit baf6edf

Browse files
linux-{aarch64,ppc64le}: reenable optimizations
1 parent efc69f0 commit baf6edf

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

recipe/build_base.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ if [[ ${PY_INTERP_DEBUG} == yes ]]; then
4646
fi
4747
fi
4848

49-
# Since these take very long to build in our emulated ci, disable for now
50-
if [[ ${target_platform} == linux-aarch64 ]]; then
51-
_OPTIMIZED=no
52-
fi
53-
if [[ ${target_platform} == linux-ppc64le ]]; then
54-
_OPTIMIZED=no
55-
fi
56-
5749
declare -a _dbg_opts
5850
if [[ ${PY_INTERP_DEBUG} == yes ]]; then
5951
# This Python will not be usable with non-debug Python modules.

0 commit comments

Comments
 (0)