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 6e107a1 commit 5020456Copy full SHA for 5020456
cpython-unix/build-cpython.sh
@@ -422,8 +422,8 @@ if [ -n "${CPYTHON_DEBUG}" ]; then
422
fi
423
424
# Explicitly enable mimalloc on 3.13+, it's already included by default but with this it'll fail
425
-# if it's missing from the system. The MUSL builds do not supprt mimalloc yet.
426
-if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" && "${CC}" != "musl-clang" ]]; then
+# if it's missing from the system.
+if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]]; then
427
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --with-mimalloc"
428
429
0 commit comments