Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 644502
Collapse All | Expand All

(-)a/security/sandbox/linux/moz.build (-1 / +1 lines)
Lines 97-103 Link Here
97
# from the function using it which breaks the build.  Work around that by
97
# from the function using it which breaks the build.  Work around that by
98
# forcing there to be only one partition.
98
# forcing there to be only one partition.
99
if '-flto' in CONFIG['OS_CXXFLAGS'] and not CONFIG['CLANG_CXX']:
99
if '-flto' in CONFIG['OS_CXXFLAGS'] and not CONFIG['CLANG_CXX']:
100
    LDFLAGS += ['--param lto-partitions=1']
100
    LDFLAGS += ['--param=lto-partitions=1']
101
101
102
DEFINES['NS_NO_XPCOM'] = True
102
DEFINES['NS_NO_XPCOM'] = True
103
DisableStlWrapping()
103
DisableStlWrapping()

Return to bug 644502