comparison 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
comparison
equal deleted inserted replaced
12816:2720ab7a0d70 12817:febab3a8f203
106 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE) 106 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE)
107 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" 107 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
108 SA_LFLAGS = $(SA_LFLAGS) -map -debug 108 SA_LFLAGS = $(SA_LFLAGS) -map -debug
109 !endif 109 !endif
110 110
111 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG)
112
111 # Note that we do not keep sawindbj.obj around as it would then 113 # Note that we do not keep sawindbj.obj around as it would then
112 # get included in the dumpbin command in build_vm_def.sh 114 # get included in the dumpbin command in build_vm_def.sh
113 115
114 # In VS2005 or VS2008 the link command creates a .manifest file that we want 116 # In VS2005 or VS2008 the link command creates a .manifest file that we want
115 # to insert into the linked artifact so we do not need to track it separately. 117 # to insert into the linked artifact so we do not need to track it separately.