comparison make/windows/makefiles/sa.make @ 20641:89266fdfa9e6

8059131: sawindbg.dll is not compiled with /SAFESEH Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option. Reviewed-by: mgronlun, sla
author dsamersoff
date Mon, 17 Nov 2014 02:30:15 -0800
parents 55fb97c4c58d
children 7848fc12602b
comparison
equal deleted inserted replaced
20640:8c76e844a7f9 20641:89266fdfa9e6
109 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE) 109 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE)
110 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" 110 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
111 SA_LFLAGS = $(SA_LFLAGS) -map -debug 111 SA_LFLAGS = $(SA_LFLAGS) -map -debug
112 !endif 112 !endif
113 !if "$(BUILDARCH)" == "i486" 113 !if "$(BUILDARCH)" == "i486"
114 SA_LFLAGS = $(SAFESEH_FLAG) $(SA_LFLAGS) 114 SA_LFLAGS = /SAFESEH $(SA_LFLAGS)
115 !endif 115 !endif
116 116
117 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG) 117 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG)
118 118
119 # Note that we do not keep sawindbj.obj around as it would then 119 # Note that we do not keep sawindbj.obj around as it would then