mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-07 01:01:43 +00:00
Backout 4aa280efb6ea (bug 1114745) for various test bustage
This commit is contained in:
parent
0e7074b2bd
commit
40f59091b1
@ -54,6 +54,12 @@ else
|
||||
AUTOMATION_PPARGS += -DCRASHREPORTER=0
|
||||
endif
|
||||
|
||||
ifdef MOZ_ASAN
|
||||
AUTOMATION_PPARGS += -DIS_ASAN=1
|
||||
else
|
||||
AUTOMATION_PPARGS += -DIS_ASAN=0
|
||||
endif
|
||||
|
||||
automation.py: $(MOZILLA_DIR)/build/automation.py.in $(MOZILLA_DIR)/build/automation-build.mk
|
||||
$(call py_action,preprocessor, \
|
||||
$(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $< -o $@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user