提交 42adb9a3 编写于 作者: D dcubed

7169409: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Windows X86

Summary: Disable ZIP_DEBUGINFO_FILES by default on Windows.
Reviewed-by: acorn
上级 a5958a27
......@@ -143,7 +143,9 @@ _JUNK_ := $(shell \
MAKE_ARGS += ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS)
ifeq ($(ENABLE_FULL_DEBUG_SYMBOLS),1)
ZIP_DEBUGINFO_FILES ?= 1
# Disable ZIP_DEBUGINFO_FILES by default because various tests are
# failing in nightly when the debug info files are ZIP'ed.
ZIP_DEBUGINFO_FILES ?= 0
else
ZIP_DEBUGINFO_FILES=0
endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册