mirror of https://github.com/acidanthera/audk.git
Remove /Fa option to cause multithread build failed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7190 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a64a47bc22
commit
ac4274ddde
|
@ -176,7 +176,7 @@
|
|||
MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
||||
|
||||
[BuildOptions.common]
|
||||
MSFT:*_*_*_CC_FLAGS = /Fa$* /FAsc /FR$(@R).SBR
|
||||
MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR
|
||||
MSFT:*_*_IA32_CC_FLAGS = /D EFI32
|
||||
MSFT:*_*_X64_CC_FLAGS = /D EFIX64
|
||||
MSFT:*_*_IPF_CC_FLAGS = /D EFI64
|
||||
|
|
Loading…
Reference in New Issue