mirror of https://github.com/acidanthera/audk.git
Correct /FAcs option to /FAsc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7191 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ac4274ddde
commit
f497011482
|
@ -143,5 +143,5 @@
|
|||
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverEnd | 0x3040003 # EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_END
|
||||
|
||||
[BuildOptions]
|
||||
MSFT:*_*_*_CC_FLAGS = /FAcs
|
||||
MSFT:*_*_*_CC_FLAGS = /FAsc
|
||||
|
||||
|
|
Loading…
Reference in New Issue