summaryrefslogtreecommitdiff
path: root/coreconf
diff options
context:
space:
mode:
authorTing-Yu Chou <janus926@gmail.com>2016-11-04 15:36:15 +0800
committerTing-Yu Chou <janus926@gmail.com>2016-11-04 15:36:15 +0800
commit185c9d9de899acc515ee92acdd91de44b2784771 (patch)
treed79f0f48060a64efdc2f246d62593d49119e2d1d /coreconf
parent20152b9faa0b268ecc18e1145333c9f72adea7da (diff)
downloadnss-hg-185c9d9de899acc515ee92acdd91de44b2784771.tar.gz
Bug 1307933 - Add asflag /safeseh to avoid linking error when /SAFESEH is passed to the linker. r=ted
Diffstat (limited to 'coreconf')
-rw-r--r--coreconf/WIN32.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreconf/WIN32.mk b/coreconf/WIN32.mk
index 94e19fce8..be795f0ce 100644
--- a/coreconf/WIN32.mk
+++ b/coreconf/WIN32.mk
@@ -264,7 +264,7 @@ ifdef USE_64
ASFLAGS = -nologo -Cp -Sn -Zi $(INCLUDES)
else
AS = ml.exe
- ASFLAGS = -nologo -Cp -Sn -Zi -coff $(INCLUDES)
+ ASFLAGS = -nologo -Cp -Sn -Zi -coff -safeseh $(INCLUDES)
endif
endif