# HG changeset patch # User dsamersoff # Date 1416220215 28800 # Node ID 89266fdfa9e66f456cb572fbf937c3318a1bd38f # Parent 8c76e844a7f9f40e50005f17bed0827ee7e29eae 8059131: sawindbg.dll is not compiled with /SAFESEH Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option. Reviewed-by: mgronlun, sla diff -r 8c76e844a7f9 -r 89266fdfa9e6 make/windows/makefiles/sa.make --- a/make/windows/makefiles/sa.make Sat Nov 15 11:22:07 2014 -0800 +++ b/make/windows/makefiles/sa.make Mon Nov 17 02:30:15 2014 -0800 @@ -111,7 +111,7 @@ SA_LFLAGS = $(SA_LFLAGS) -map -debug !endif !if "$(BUILDARCH)" == "i486" -SA_LFLAGS = $(SAFESEH_FLAG) $(SA_LFLAGS) +SA_LFLAGS = /SAFESEH $(SA_LFLAGS) !endif SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG)