summaryrefslogtreecommitdiffstats
path: root/toolkit/library/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/library/moz.build')
-rw-r--r--toolkit/library/moz.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
index 4d870c73c..ebba07b4a 100644
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
@@ -24,12 +24,7 @@ def Libxul(name):
DELAYLOAD_DLLS += [
'comdlg32.dll',
- 'dbghelp.dll',
'netapi32.dll',
- 'PowrProf.dll',
- 'psapi.dll',
- 'rasapi32.dll',
- 'rasdlg.dll',
'secur32.dll',
'wininet.dll',
'winspool.drv'
@@ -63,11 +58,6 @@ def Libxul(name):
if CONFIG['MOZ_NEEDS_LIBATOMIC']:
OS_LIBS += ['atomic']
- # This option should go away in bug 1290972, but we need to wait until
- # Rust 1.12 has been released.
- if CONFIG['MOZ_RUST'] and CONFIG['OS_ARCH'] == 'Darwin':
- LDFLAGS += ['-Wl,-no_compact_unwind']
-
Libxul('xul')
SDK_LIBRARY = True