diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-01-19 04:05:51 +0000 |
---|---|---|
committer | hwu1225 <hwu1225@Edk2> | 2016-01-19 04:05:51 +0000 |
commit | 178841571bc93180c9bc7d52c84c03235782430e (patch) | |
tree | 187d9ee90a1cf8c38d11d4edc7623bcda2a3435d /MdeModulePkg | |
parent | 0cb93f317e69ae0cd6021b612589f4d4a9d472e3 (diff) | |
download | edk2-platforms-178841571bc93180c9bc7d52c84c03235782430e.tar.xz |
MdeModulePkg: Add NOOPT target in MdeModulePkg.dsc
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19673 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 0441a0d0b3..ad2b913197 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -21,7 +21,7 @@ DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/MdeModule
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
- BUILD_TARGETS = DEBUG|RELEASE
+ BUILD_TARGETS = DEBUG|RELEASE|NOOPT
SKUID_IDENTIFIER = DEFAULT
[LibraryClasses]
|