8029798: Build warnings in windows/makefiles/sa.make
authorsla
Mon, 16 Dec 2013 11:17:33 +0100
changeset 22187 a0970a09d423
parent 22173 f130ca87de66
child 22188 c878825ed998
8029798: Build warnings in windows/makefiles/sa.make Reviewed-by: sla Contributed-by: francis.andre.kampbell@orange.fr
hotspot/make/windows/makefiles/sa.make
--- a/hotspot/make/windows/makefiles/sa.make	Wed Jul 05 19:26:54 2017 +0200
+++ b/hotspot/make/windows/makefiles/sa.make	Mon Dec 16 11:17:33 2013 +0100
@@ -94,7 +94,7 @@
 SA_LD_FLAGS = bufferoverflowU.lib
 !endif
 !else
-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
+SA_CFLAGS = -nologo $(MS_RUNTIME_OPTION) -W3 $(GX_OPTION) -Od -D "WIN32" -D "_WINDOWS" -D "_DEBUG" -D "_CONSOLE" -D "_MBCS" -FD -RTC1 -c 
 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
 SA_CFLAGS = $(SA_CFLAGS) -ZI
 !endif