8000 bpo-44726: Update macOS build-installer script to use thin-lto option · python/cpython@c420123 · GitHub
[go: up one dir, main page]

Skip to content

Commit c420123

Browse files
committed
bpo-44726: Update macOS build-installer script to use thin-lto option
1 parent a4760cc commit c420123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ def buildPython():
11571157
shellQuote(WORKDIR)[1:-1],))[internalTk()],
11581158
(' ', "--with-tcltk-libs='-L%s/libraries/usr/local/lib -ltcl8.6 -ltk8.6'"%(
11591159
shellQuote(WORKDIR)[1:-1],))[internalTk()],
1160-
(' ', "--enable-optimizations --with-lto")[compilerCanOptimize()],
1160+
(' ', "--enable-optimizations --with-lto=thin")[compilerCanOptimize()],
11611161
shellQuote(WORKDIR)[1:-1],
11621162
shellQuote(WORKDIR)[1:-1]))
11631163

0 commit comments

Comments
 (0)
0