зеркало из https://github.com/mozilla/pjs.git
Attempt to make trace-malloc build correctly with libxul (as a part of it).
This commit is contained in:
Родитель
a358dde24c
Коммит
a30099efbb
|
@ -166,9 +166,12 @@ GARBAGE += \
|
|||
endif
|
||||
else
|
||||
ifdef NS_TRACE_MALLOC
|
||||
# In libxul builds, tracemalloc is part of libxul instead.
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
EXTRA_DSO_LIBS += tracemalloc
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter OS2 WINCE WINNT,$(OS_ARCH)))
|
||||
SDK_LIBRARY = $(IMPORT_LIBRARY)
|
||||
|
|
|
@ -339,5 +339,5 @@ EXTRA_DSO_LIBS += boehm
|
|||
endif
|
||||
|
||||
ifdef NS_TRACE_MALLOC
|
||||
EXTRA_DSO_LIBS += tracemalloc
|
||||
STATIC_LIBS += tracemalloc
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче