Skip to content

Commit

Permalink
Bug 1307933 - Add asflag /safeseh to avoid linking error when /SAFESE…
Browse files Browse the repository at this point in the history
…H is passed to the linker. r=ted

--HG--
extra : amend_source : 29e7779dd26641edbd4464f3ad1c8c025dc7d4a2
  • Loading branch information
janus926 committed Nov 4, 2016
1 parent fc9a785 commit 28e87ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreconf/WIN32.mk
Expand Up @@ -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

Expand Down

0 comments on commit 28e87ca

Please sign in to comment.