bug 691505 followup - use the proper #define so that our malloc replacements actually take effect. r=roc

This commit is contained in:
Jonathan Kew 2011-12-22 11:13:29 +00:00
parent 14d7ce0332
commit 7813f5b5dd

View File

@ -78,7 +78,7 @@ DEFINES += -DDISABLE_FILE_FACE -DDISABLE_TRACING -DDISABLE_SEGCACHE
# provide a custom header that overrides malloc() and friends,
# to ensure safe OOM handling
DEFINES += -DGR_CUSTOM_HEADER="\"MozGrMalloc.h\""
DEFINES += -DGR2_CUSTOM_HEADER="\"MozGrMalloc.h\""
# Filter out -pedantic so that direct_machine.cpp can use computed goto
CXXFLAGS := $(filter-out -pedantic,$(CXXFLAGS))