зеркало из https://github.com/mozilla/gecko-dev.git
Bug 414946 - Don't link sqlite with mozutils on OSX. r=khuey
This commit is contained in:
Родитель
cf0582d0fc
Коммит
ffbd043ea9
|
@ -77,6 +77,12 @@ export:: sqlite-version.h
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq (Darwin,$(OS_TARGET))
|
||||
# On OSX, with jemalloc enabled, having sqlite linked against mozutils
|
||||
# causes crashes in NSS standalone tools.
|
||||
MOZ_UTILS_LDFLAGS =
|
||||
endif
|
||||
|
||||
# XXX Force -O2 optimisation on Mac because using the default -O3 causes
|
||||
# crashes. See bug 676499.
|
||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
|
|
Загрузка…
Ссылка в новой задаче