diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-06-18 18:50:12 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-06-18 19:35:34 +0200 |
commit | a50aa9dd88818854ccde20fdf1b7b9286dc6076c (patch) | |
tree | d35da5a349886ae0e60bfc93c807844c429063c4 /EmbeddedPkg/EmbeddedPkg.dsc | |
parent | e4bc73d72774207eb8ea610b5903b8a9a9b1b658 (diff) | |
download | edk2-a50aa9dd88818854ccde20fdf1b7b9286dc6076c.tar.gz edk2-a50aa9dd88818854ccde20fdf1b7b9286dc6076c.tar.bz2 edk2-a50aa9dd88818854ccde20fdf1b7b9286dc6076c.zip |
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>
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dsc')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index e6fad5e58b..3914eb7cfa 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -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
|