diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:51:26 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-07-04 10:33:32 +0800 |
commit | 30c736ae54f9420298ffaab5e34a896a8131af20 (patch) | |
tree | d28450588ba3a0115d63cb7400ab67be536ec1db /SecurityPkg/Library | |
parent | 7ec6610255c2d2f65a914be26dc304080ebd0681 (diff) | |
download | edk2-platforms-30c736ae54f9420298ffaab5e34a896a8131af20.tar.xz |
SecurityPkg TcgStorageOpalLib: 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 3626c583e5223927faa8d33de5ce956f399d52a3)
Diffstat (limited to 'SecurityPkg/Library')
-rw-r--r-- | SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf index b4589d94d4..ec26111ee2 100644 --- a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf +++ b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf @@ -45,6 +45,3 @@ [Protocols]
gEfiStorageSecurityCommandProtocolGuid ## CONSUMES
-
-[BuildOptions]
- MSFT:*_*_*_CC_FLAGS = /Od /GL-
|