mirror of https://github.com/acidanthera/audk.git
Embedded/EmbeddedPkg.dsc: enable NOOPT build target
Enable to NOOPT build target so we can build this package with optimizations disabled. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
e4bc73d727
commit
a50aa9dd88
|
@ -28,7 +28,7 @@
|
|||
DSC_SPECIFICATION = 0x00010005
|
||||
OUTPUT_DIRECTORY = Build/Embedded
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|ARM|AARCH64
|
||||
BUILD_TARGETS = DEBUG|RELEASE
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue