mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg: enable NOOPT build
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Suggested-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
6c4194c99e
commit
5e0e586345
|
@ -27,7 +27,7 @@
|
|||
DSC_SPECIFICATION = 0x0001001A
|
||||
OUTPUT_DIRECTORY = Build/ArmPlatform
|
||||
SUPPORTED_ARCHITECTURES = ARM|AARCH64
|
||||
BUILD_TARGETS = DEBUG|RELEASE
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
|
||||
[BuildOptions]
|
||||
|
|
Loading…
Reference in New Issue