diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-01-19 04:06:59 +0000 |
---|---|---|
committer | hwu1225 <hwu1225@Edk2> | 2016-01-19 04:06:59 +0000 |
commit | 4717f9f5315d744ba58c50c1fec747edaa3b9f84 (patch) | |
tree | 3de9aa83bfce928585a7c5ea856f87c99df81b06 /PerformancePkg/PerformancePkg.dsc | |
parent | c05e79cece8ac1e106b739ea633629debf4b7cdc (diff) | |
download | edk2-4717f9f5315d744ba58c50c1fec747edaa3b9f84.tar.gz edk2-4717f9f5315d744ba58c50c1fec747edaa3b9f84.tar.bz2 edk2-4717f9f5315d744ba58c50c1fec747edaa3b9f84.zip |
PerformancePkg: Add NOOPT target in PerformancePkg.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@19677 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg/PerformancePkg.dsc')
-rw-r--r-- | PerformancePkg/PerformancePkg.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PerformancePkg/PerformancePkg.dsc b/PerformancePkg/PerformancePkg.dsc index d03ea3623f..ac53c4eff3 100644 --- a/PerformancePkg/PerformancePkg.dsc +++ b/PerformancePkg/PerformancePkg.dsc @@ -1,7 +1,7 @@ ## @file
# Build description file to generate Shell DP application.
#
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -19,7 +19,7 @@ PLATFORM_VERSION = 0.2
OUTPUT_DIRECTORY = Build/PerformancePkg
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
- BUILD_TARGETS = DEBUG|RELEASE
+ BUILD_TARGETS = DEBUG|RELEASE|NOOPT
SKUID_IDENTIFIER = DEFAULT
[LibraryClasses]
|