8000
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 a4760cc commit c420123Copy full SHA for c420123
Mac/BuildScript/build-installer.py
@@ -1157,7 +1157,7 @@ def buildPython():
1157
shellQuote(WORKDIR)[1:-1],))[internalTk()],
1158
(' ', "--with-tcltk-libs='-L%s/libraries/usr/local/lib -ltcl8.6 -ltk8.6'"%(
1159
1160
- (' ', "--enable-optimizations --with-lto")[compilerCanOptimize()],
+ (' ', "--enable-optimizations --with-lto=thin")[compilerCanOptimize()],
1161
shellQuote(WORKDIR)[1:-1],
1162
shellQuote(WORKDIR)[1:-1]))
1163
0 commit comments