diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-06-18 18:49:30 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-06-18 19:35:23 +0200 |
commit | e4bc73d72774207eb8ea610b5903b8a9a9b1b658 (patch) | |
tree | d67c8f12b84420331dc58d268c367e3de3930d83 /ArmPkg | |
parent | 11d0cd23dd1bc15a6e6a1598250ea2e0c4c36e9a (diff) | |
download | edk2-e4bc73d72774207eb8ea610b5903b8a9a9b1b658.tar.gz |
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.dsc | 2 |
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]
|