mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Bug 1290972: Remove linker flags for macOS that are no longer necessary and cause crashes such as bug 1471366 due to an inability to handle native exceptions when these flags are used. r=froydnj
This commit is contained in:
parent
933b132563
commit
b25dbdce5c
@ -77,7 +77,7 @@ def Libxul(name):
|
||||
# Rust 1.12 has been released.
|
||||
# We're also linking against libresolv to solve bug 1367932.
|
||||
if CONFIG['OS_ARCH'] == 'Darwin':
|
||||
LDFLAGS += ['-Wl,-no_compact_unwind,-lresolv']
|
||||
LDFLAGS += ['-lresolv']
|
||||
|
||||
if CONFIG['MOZ_DEBUG_SYMBOLS'] and CONFIG['CC_TYPE'] in ('msvc', 'clang-cl'):
|
||||
LDFLAGS += ['-NATVIS:%s/toolkit/library/gecko.natvis' % TOPSRCDIR]
|
||||
|
Loading…
x
Reference in New Issue
Block a user