Backout 4aa280efb6ea (bug 1114745) for various test bustage

This commit is contained in:
Nathan Froyd 2014-12-23 10:40:57 -05:00
parent 0e7074b2bd
commit 40f59091b1

View File

@ -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 $@)