mirror of https://github.com/acidanthera/audk.git
ShellPkg: Remove optimization disable compiler flag
This flag is not required, and also is only compatible with Visual Studio. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10889 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e26d7b5975
commit
a48ea69457
|
@ -71,8 +71,6 @@
|
|||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
|
||||
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|16000
|
||||
<BuildOptions>
|
||||
*_*_*_CC_FLAGS = /Od
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue