diff make/windows/makefiles/compile.make @ 10214:0380df7c3cd0

8013785: Respect EXTRA_CFLAGS on windows Reviewed-by: mgronlun, rbackman, kvn
author sla
date Fri, 03 May 2013 12:26:15 +0200
parents 6b748c9e1845
children 33c52908bcdb
line wrap: on
line diff
--- a/make/windows/makefiles/compile.make	Fri May 03 12:24:11 2013 +0200
+++ b/make/windows/makefiles/compile.make	Fri May 03 12:26:15 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"