diff make/windows/makefiles/compile.make @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents 0380df7c3cd0
children 33c52908bcdb
line wrap: on
line diff
--- a/make/windows/makefiles/compile.make	Tue Jun 18 14:23:29 2013 -0700
+++ b/make/windows/makefiles/compile.make	Wed Jun 19 10:45:56 2013 +0200
@@ -52,7 +52,7 @@
 # improving the quality of crash log stack traces involving jvm.dll.
 
 # These are always used in all compiles
-CXX_FLAGS=/nologo /W3 /WX
+CXX_FLAGS=$(EXTRA_CFLAGS) /nologo /W3 /WX
 
 # Let's add debug information when Full Debug Symbols is enabled
 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"