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:
jljusten 2010-09-17 20:09:17 +00:00
parent e26d7b5975
commit a48ea69457
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|16000
<BuildOptions>
*_*_*_CC_FLAGS = /Od
}