mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Do not build the macOS installer with mimalloc enabled (#112312)
Do not build the macOS installer with mimalloc enabled pending resolution of weak linking crashes during interpreter startup on macOS 10.9, 10.10, and 10.11 when built on macOS 11 and later.
This commit is contained in:
parent
fde8fe50e4
commit
ad0e2a9332
1 changed files with 2 additions and 0 deletions
|
@ -1147,7 +1147,9 @@ def buildPython():
|
|||
# will find them during its extension import sanity checks.
|
||||
|
||||
print("Running configure...")
|
||||
print(" NOTE: --with-mimalloc=no pending resolution of weak linking issues")
|
||||
runCommand("%s -C --enable-framework --enable-universalsdk=/ "
|
||||
"--with-mimalloc=no "
|
||||
"--with-universal-archs=%s "
|
||||
"%s "
|
||||
"%s "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue