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 efc69f0 commit baf6edfCopy full SHA for baf6edf
1 file changed
recipe/build_base.sh
@@ -46,14 +46,6 @@ if [[ ${PY_INTERP_DEBUG} == yes ]]; then
46
fi
47
48
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
55
56
-
57
declare -a _dbg_opts
58
if [[ ${PY_INTERP_DEBUG} == yes ]]; then
59
# This Python will not be usable with non-debug Python modules.
0 commit comments