mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 691505 followup - use the proper #define so that our malloc replacements actually take effect. r=roc
This commit is contained in:
parent
ea70443fc2
commit
f7c0afc8b6
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user