Date: Sunday, March 20, 2022 @ 09:35:44 Author: foutrelis Revision: 440306
Drop -flto=4 now that we use -flto=auto by default Modified: python/trunk/PKGBUILD ----------+ PKGBUILD | 3 --- 1 file changed, 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-20 07:46:48 UTC (rev 440305) +++ PKGBUILD 2022-03-20 09:35:44 UTC (rev 440306) @@ -30,9 +30,6 @@ # FS#23997 sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py - # Speed up LTO - sed -i -e "s|-flto |-flto=4 |g" configure configure.ac - # Ensure that we are using the system copy of various libraries (expat, libffi, and libmpdec), # rather than copies shipped in the tarball rm -r Modules/expat
