comparison make/windows/makefiles/sa.make @ 14176:eb79bf22508b

8029798: Build warnings in windows/makefiles/sa.make Reviewed-by: sla Contributed-by: francis.andre.kampbell@orange.fr
author sla
date Mon, 16 Dec 2013 11:17:33 +0100
parents 1a93f2c5945a
children db1ff6781ab4
comparison
equal deleted inserted replaced
14174:050a626a8895 14176:eb79bf22508b
92 # On amd64, VS2005 compiler requires bufferoverflowU.lib on the link command line, 92 # On amd64, VS2005 compiler requires bufferoverflowU.lib on the link command line,
93 # otherwise we get missing __security_check_cookie externals at link time. 93 # otherwise we get missing __security_check_cookie externals at link time.
94 SA_LD_FLAGS = bufferoverflowU.lib 94 SA_LD_FLAGS = bufferoverflowU.lib
95 !endif 95 !endif
96 !else 96 !else
97 SA_CFLAGS = -nologo $(MS_RUNTIME_OPTION) -W3 -Gm $(GX_OPTION) -Od -D "WIN32" -D "_WINDOWS" -D "_DEBUG" -D "_CONSOLE" -D "_MBCS" -YX -FD -GZ -c 97 SA_CFLAGS = -nologo $(MS_RUNTIME_OPTION) -W3 $(GX_OPTION) -Od -D "WIN32" -D "_WINDOWS" -D "_DEBUG" -D "_CONSOLE" -D "_MBCS" -FD -RTC1 -c
98 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" 98 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
99 SA_CFLAGS = $(SA_CFLAGS) -ZI 99 SA_CFLAGS = $(SA_CFLAGS) -ZI
100 !endif 100 !endif
101 !endif 101 !endif
102 !if "$(MT)" != "" 102 !if "$(MT)" != ""