hotspot/make/windows/makefiles/sa.make
changeset 22187 a0970a09d423
parent 20670 4f5a54933d4d
child 22248 34f19df648a2
equal deleted inserted replaced
22173:f130ca87de66 22187:a0970a09d423
    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)" != ""