diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:56:02 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-07-04 10:33:43 +0800 |
commit | 07ff7fe430b789da088a54cba788642172b800f0 (patch) | |
tree | 924cc669995bb1815d8c00e87f4a4f751943bf3a /SecurityPkg | |
parent | 094e8934bf3ea77015b3d551184462ad6a8bedbc (diff) | |
download | edk2-platforms-07ff7fe430b789da088a54cba788642172b800f0.tar.xz |
SecurityPkg OpalPasswordSupportLib: Remove the hard code debug build option.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
(cherry picked from commit cffc006c197a15625aca738e54b6bd4c68f2e2e2)
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf b/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf index 461d7eaab6..d26f58342a 100644 --- a/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf +++ b/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf @@ -49,6 +49,3 @@ gEfiStorageSecurityCommandProtocolGuid ## CONSUMES
gEfiSmmCommunicationProtocolGuid ## CONSUMES
gEfiSmmBase2ProtocolGuid
-
-[BuildOptions]
- MSFT:*_*_*_CC_FLAGS = /Od /GL-
|