mirror of https://github.com/acidanthera/audk.git
Correct Compiler option /FAcs to /FAsc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7180 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5c03ed0aa1
commit
54cdf471a0
|
@ -178,4 +178,5 @@
|
|||
MSFT:*_*_*_CC_FLAGS = /Fa$* /FAsc /FR$(@R).SBR
|
||||
MSFT:*_*_IA32_CC_FLAGS = /D EFI32
|
||||
MSFT:*_*_X64_CC_FLAGS = /D EFIX64
|
||||
MSFT:*_*_IPF_CC_FLAGS = /D EFI64
|
||||
MSFT:*_*_IPF_CC_FLAGS = /D EFI64
|
||||
|
Loading…
Reference in New Issue