mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
c05e79cece
commit
4717f9f531
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# Build description file to generate Shell DP application.
|
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
PLATFORM_VERSION = 0.2
|
PLATFORM_VERSION = 0.2
|
||||||
OUTPUT_DIRECTORY = Build/PerformancePkg
|
OUTPUT_DIRECTORY = Build/PerformancePkg
|
||||||
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
||||||
BUILD_TARGETS = DEBUG|RELEASE
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
|
|
Loading…
Reference in New Issue