diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:56:02 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-04-06 13:03:16 +0800 |
commit | cffc006c197a15625aca738e54b6bd4c68f2e2e2 (patch) | |
tree | dddc9c4253a04f6b6a726c918d063fe9f85973bd /SecurityPkg | |
parent | 56a44df26b9eb56370312e105ab24c59849b2834 (diff) | |
download | edk2-platforms-cffc006c197a15625aca738e54b6bd4c68f2e2e2.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>
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-
|