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.
This commit is contained in:
Ehsan Akhgari 2014-10-16 09:13:03 -04:00
parent a61d9465c0
commit 605da2e637

View File

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