Bug 414946 - Don't link sqlite with mozutils on OSX. r=khuey

This commit is contained in:
Mike Hommey 2011-10-05 09:03:44 +02:00
Родитель cf0582d0fc
Коммит ffbd043ea9
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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))