mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Do not build NSPR optimized if MOZ_TRACE_MALLOC is set.
Thanks to Garrett Blythe <blythe@netscape.com> for the patch. Bug #112953 r=wtc
This commit is contained in:
parent
5f7d405c7f
commit
94df20d2c7
@ -56,7 +56,7 @@ NSPR_CONFIGURE := ../configure \
|
||||
--with-dist-bindir=$(MOZ_DIST_FLIPPED)/$(MOZ_OBJDIR)/bin \
|
||||
--with-dist-libdir=$(MOZ_DIST_FLIPPED)/$(MOZ_OBJDIR)/lib
|
||||
|
||||
ifeq (,$(MOZ_DEBUG))
|
||||
ifeq (,$(MOZ_DEBUG)$(MOZ_TRACE_MALLOC))
|
||||
NSPR_CONFIGURE := $(NSPR_CONFIGURE) --enable-optimize --disable-debug
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user