From 00a5d2a38bac63aca5c83fadd5fb5fbcb43fe21a Mon Sep 17 00:00:00 2001 From: Phantom X Date: Fri, 8 Jul 2022 16:10:43 -0300 Subject: [PATCH] Mozilla 1516083 rebase for Waterfox --- security/sandbox/linux/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/sandbox/linux/moz.build b/security/sandbox/linux/moz.build index d12ca8e..5997167 100644 --- a/security/sandbox/linux/moz.build +++ b/security/sandbox/linux/moz.build @@ -101,7 +101,7 @@ if CONFIG['CC_TYPE'] in ('clang', 'gcc'): # 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=1'] DEFINES['NS_NO_XPCOM'] = True DisableStlWrapping() -- 2.36.1