summaryrefslogtreecommitdiffstats
path: root/ArmPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-06-18 18:49:30 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-06-18 19:35:23 +0200
commite4bc73d72774207eb8ea610b5903b8a9a9b1b658 (patch)
treed67c8f12b84420331dc58d268c367e3de3930d83 /ArmPkg
parent11d0cd23dd1bc15a6e6a1598250ea2e0c4c36e9a (diff)
downloadedk2-e4bc73d72774207eb8ea610b5903b8a9a9b1b658.tar.gz
edk2-e4bc73d72774207eb8ea610b5903b8a9a9b1b658.tar.bz2
edk2-e4bc73d72774207eb8ea610b5903b8a9a9b1b658.zip
ArmPkg/ArmPkg.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 'ArmPkg')
-rw-r--r--ArmPkg/ArmPkg.dsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc
index 22332090db..76d768126b 100644
--- a/ArmPkg/ArmPkg.dsc
+++ b/ArmPkg/ArmPkg.dsc
@@ -27,7 +27,7 @@
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/Arm
SUPPORTED_ARCHITECTURES = ARM|AARCH64
- BUILD_TARGETS = DEBUG|RELEASE
+ BUILD_TARGETS = DEBUG|RELEASE|NOOPT
SKUID_IDENTIFIER = DEFAULT
[BuildOptions]