diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:50:19 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-04-06 13:03:14 +0800 |
commit | 7fb312f257d069c49b8818c63b78ab0566fe8c45 (patch) | |
tree | b42fe98856d21592f6460cda2edca0edcc6aa32c /SecurityPkg/Tcg | |
parent | 9348813c4bcc5ccfe7c1f08f7ffb8b31102f9a30 (diff) | |
download | edk2-7fb312f257d069c49b8818c63b78ab0566fe8c45.tar.gz edk2-7fb312f257d069c49b8818c63b78ab0566fe8c45.tar.bz2 edk2-7fb312f257d069c49b8818c63b78ab0566fe8c45.zip |
SecurityPkg OpalPasswordDxe: 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/Tcg')
-rw-r--r-- | SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf b/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf index 7da581b887..bae8885134 100644 --- a/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf +++ b/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf @@ -77,8 +77,5 @@ gEfiEventExitBootServicesGuid ## CONSUMES ## Event
gOpalExtraInfoVariableGuid ## PRODUCES ## GUID
-[BuildOptions]
- MSFT:*_*_*_CC_FLAGS = /Od /GL-
-
[Depex]
gEfiSmmCommunicationProtocolGuid
|