diff make/windows/makefiles/sa.make @ 12817:febab3a8f203

8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK. Reviewed-by: sla, ctornqvi
author erikj
date Fri, 04 Oct 2013 12:45:39 +0200
parents 5a98bf7d847b
children 763705f0fec3
line wrap: on
line diff
--- a/make/windows/makefiles/sa.make	Fri Oct 04 21:00:43 2013 -0700
+++ b/make/windows/makefiles/sa.make	Fri Oct 04 12:45:39 2013 +0200
@@ -108,6 +108,8 @@
 SA_LFLAGS = $(SA_LFLAGS) -map -debug
 !endif
 
+SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG)
+
 # Note that we do not keep sawindbj.obj around as it would then
 # get included in the dumpbin command in build_vm_def.sh