File lto.patch of Package firefox
--- a/security/sandbox/linux/moz.build 2018-11-16 12:01:15.714633812 +0100 +++ b/security/sandbox/linux/moz.build 2018-11-16 12:01:55.962434928 +0100 @@ -101,7 +101,7 @@ # forcing there to be only one partition. for f in CONFIG['OS_CXXFLAGS']: if f.startswith('-flto') and CONFIG['CC_TYPE'] != 'clang': - LDFLAGS += ['--param lto-partitions=1'] + LDFLAGS += ['--param=lto-partitions=32'] DEFINES['NS_NO_XPCOM'] = True DisableStlWrapping()