diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:51:26 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-04-06 13:03:14 +0800 |
commit | 3626c583e5223927faa8d33de5ce956f399d52a3 (patch) | |
tree | d86ae334a28fa5372741812445f0b4b6ea3a80bb | |
parent | 7fb312f257d069c49b8818c63b78ab0566fe8c45 (diff) | |
download | edk2-platforms-3626c583e5223927faa8d33de5ce956f399d52a3.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>
-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-
|