From 605da2e6371aa0ea0d5002b546ba65874c38fa3e Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 16 Oct 2014 09:13:03 -0400 Subject: [PATCH] Bug 1082983 - Enable the Windows console in ASAN builds; r=glandium These builds are not very useful without a console, which is where the ASAN reports go to. --- browser/app/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in index 60d7839ad6c2..1c9cee03752b 100644 --- a/browser/app/Makefile.in +++ b/browser/app/Makefile.in @@ -25,7 +25,7 @@ endif #} LIBXUL_SDK # Build a binary bootstrapping with XRE_main ifndef MOZ_WINCONSOLE -ifdef MOZ_DEBUG +ifneq (,$(MOZ_DEBUG)$(MOZ_ASAN)) MOZ_WINCONSOLE = 1 else MOZ_WINCONSOLE = 0